__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.env
.env-*
.claude/
*.log
*.db
*.sqlite
*.sqlite3
dist/
build/
.coverage
htmlcov/
.DS_Store

# F1 schema discovery dumps (NU se comit)
f1_spans.jsonl
*.jsonl

# Audit scratch (per-session working notes; superseded each audit pass).
# Current canonical audit lives at root as AUDIT_<YYYY-MM-DD>.md.
.audit_tmp/

# Dashboard (Day 8+): node deps + build output
# dashboard_dist/ lives at src/bijotel/dashboard_dist/ (inside the package,
# included in the wheel by hatchling). Build it via:
#     cd src/bijotel/dashboard && npm run build
node_modules/
dashboard_dist/
src/bijotel/dashboard_dist/
.vite/
