# this file is used by git to ignore certain files or directories
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
# MANIFEST
*.spec

# (virtual) environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# dotenv
.env

# Cython debug symbols
cython_debug/

# SQLite database
*.sqlite
*.sqlite3

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
.ruff_cache

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# PyCharm /IntelliJ Idea family of suites
.idea/
*.iml

# PyCharm
.idea

# Mac stuff
.DS_Store

# Generated files
bin/
.build_*

# Certificate files
*.pem
*.cer
*.crt
*.key

# On the fly tests
_test.*

# log files
*.log
*.log.*
*/logs/*
