# macOS
.DS_Store

# Python caches (per-package gitignores cover the rest)
__pycache__/
*.pyc
.venv/

# Production runtime artifacts (Docker host bind-mounts)
/data/
/.env
/.env.local
/.env.production

# IDE
.idea/
.vscode/
