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

# C extensions
*.so
*.pyd
*.dll

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

# Virtual environments
venv/
.env/
.venv/
env/
ENV/
local/

# PyInstaller
#  Usually these files are written by a python script from a template
*.manifest
*.spec

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

# Unit test / coverage
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
htmlcov/
.pytest_cache/

# MyPy / pylance / pyright
.mypy_cache/
.pyre/
.pytype/

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

# Jupyter
.ipynb_checkpoints
.ipynb_meta

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

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Documentation
docs/_build/

# Misc
*.bak
*.swp

workspace/
