# Node / frontend
node_modules/
.next/
out/
dist/
coverage/

# Python / backend
.cache/
.venv/
venv/
.venv-ci-root/
__pycache__/
.pytest_cache/
.mypy_cache/
.pytype/
ruff_cache/
*.pyc

# Env / secrets
.env
.env.local
.env.development
.env.production
.env.staging
!.env.example

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

# Logs / temp
*.log
tmp/
temp/

# Build / runtime artifacts
build/
.runtime/

# SQLite databases
*.db
*.sqlite
*.sqlite3

# Tracker temp files
tracker_tasks.json

frontend-v21-ui-prototype-final.html
