# Secrets / local config
.env
*.env.local

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Node / frontend
node_modules/
frontend/dist/
*.log

# Data / dumps
*.dump
*.sql.gz
backups/

# Download center: locally downloaded media (the DOWNLOAD_ROOT bind mount)
downloads/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
