# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# 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/

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# MkDocs
site/

# Project specific
# Allow committing PDFs that are intentionally included for testing/documentation
# (Previously: *.pdf)
reports/
!examples/data/reports/
output/
temp/
.tmp/

# Backup files
*backup*
*_backup_*
*.bak

# Docker
docker-compose.override.yml
.docker/

# Allow essential files but ignore logs and temp text files
*.log.txt
*temp*.txt
*debug*.txt

# Development files
.vscode/settings.json
.vscode/launch.json

# Logs
*.log
logs/

# Configuration files with secrets
config/local_*
.env.local
.env.production

# Jupyter Notebooks
.ipynb_checkpoints

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
