# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
*.egg

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

# Virtual environment directories
.env
.venv/
env/
venv/
ENV/

# Pytest
.pytest_cache/

# Coverage reports
.coverage
.coverage.*
.coverage.*
htmlcov/
.tox/
.nox/

# mypy / pyre
.mypy_cache/
.pyre/

# IDEs and editors
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# OS files
.DS_Store
Thumbs.db

# Logs and databases
*.log
*.sql
*.sqlite3

# Sphinx documentation
docs/_build/

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# 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
*.spec

# Unit test / coverage reports
coverage.xml
nosetests.xml

# Encrypted credentials, secrets
.env.local
.env.*.local

# Distribution artifacts
wheelhouse/

# Temporary files
*.tmp
*.temp
*.bak

# macOS Finder metadata
.DS_Store

# End of file
