# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Databases / local data
*.db
*.sqlite
*.sqlite3
/data/

# Node / dashboard
node_modules/
dashboard/dist/
*.local

# Env & secrets
.env
.env.*
!.env.example

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Generated eval reports
evals/reports/

# TypeScript build artifacts
*.tsbuildinfo
dashboard/vite.config.js
dashboard/vite.config.d.ts

# Local GIF capture scratch (not part of the project)
.capture/
