# Secrets
.env

# Runtime data (bind-mounted, never belongs in git)
/data/

# Python
__pycache__/
*.pyc
.venv/

# OS / editor noise
.DS_Store
*.swp
