# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/
.venv/
.env/
.python-version

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

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.spyderproject
.spyproject
.ropeproject

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

# PostgreSQL
*.dump
*.sql
*.sqlite
*.db

# Jupyter Notebooks
.ipynb_checkpoints

# Logs and databases
*.log
*.sql
*.sqlite
log/
logs/
tmp/

# Local configuration
.env
.env.*
config.local.yaml
config.local.yml