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

# 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

# Git
.git
.gitignore
.gitattributes

# Docker
Dockerfile*
docker-compose*
.dockerignore

# Documentation
*.md
docs/
*.rst

# Testing
.tox/
.nox/
.coverage
.pytest_cache/
.cache
coverage.xml
*.cover
.hypothesis/

# Logs
*.log
logs/
log/

# Temporary files
tmp/
temp/
.tmp/

# Development files
.env.local
.env.development
.env.test
*.pid
*.seed
*.pid.lock

# Package files
*.tar.gz
*.zip

# Local configuration overrides
config/local.yaml
config/override.yaml 