# ── Python ────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl
.venv/
venv/
env/
.env
.env.*
!.env.example

# ── Test + lint caches ────────────────────────────────────────────
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# ── Node / Vite (monitor_dashboard) ───────────────────────────────
node_modules/
monitor_dashboard/dist/
monitor_dashboard/.vite/
monitor_dashboard/*.local
monitor_dashboard/stats.html
*.tsbuildinfo

# ── Monitor telemetry (local SQLite + WAL sidecars) ───────────────
monitor_data.db
monitor_data.db-wal
monitor_data.db-shm
*.sqlite
*.sqlite3
*.db

# ── Benchmark result artifacts (historical dumps) ─────────────────
pr_review_result_*.json
benchmark_result_*.json
benchmark_baseline.json
benchmark_results.json

# ── Latency benchmark output (upstream scripts/latency_bench.py) ──
scripts/latency_bench_results.json

# ── OS / editor ───────────────────────────────────────────────────
*.log
.DS_Store
Thumbs.db
.vscode/
.idea/
