.venv/
__pycache__/
*.py[cod]
*.egg-info/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.env
.env.local
.env.*.local
*.log
.DS_Store
.references/
.raw/

# NEVER commit service account keys
*.json
!package.json

# Local env overrides
.env
.env.local

# SQLite query store (runtime data, not committed)
data/

# Frontend build artifacts
.next/
node_modules/
dist/
package-lock.json
tsconfig.tsbuildinfo
