# Secrets — never commit a real connection string
.env
.env.local
*.env

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/

# Models / caches
.cache/
