# Build / distribution
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

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

# Package managers
pip-log.txt
pip-delete-this-directory.txt
.pip-cache/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Jupyter
.ipynb_checkpoints
*.ipynb

# IDEs
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.project
.classpath

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
*.pem
*.key

# Logs
*.log
logs/

# Temp
.temp/
.tmp/
tmp/
