# --- Generated / build artifacts ---
# Dashboard HTML is generated by generate_dashboard.py from data/benchmark_history.json.
# Keep them OUT of git so the repo only holds source — the site regenerates on deploy.
# (If you'd rather commit the built HTML instead, comment out these lines.)
/dashboard.html
/pages/
# /data/benchmark_history.json   # <-- uncomment to keep history local-only too

# --- Scratch / previews / tooling ---
*.png
/playwright-mcp/
/.playwright-mcp/
__pycache__/
*.pyc
.DS_Store

# --- Local env ---
.env
.env.*
*.local
