__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.hypothesis/
breakerbox_reports/
agentbreaker_reports/
examples/runaway_demo/reports/
*.html
!src/breakerbox/report/*.html.j2
!examples/runaway_demo/sample_receipt.html
!cloud/marketing/public/reel/reel.html
.DS_Store

# local cloud secrets (never commit)
cloud/.secrets.local

# supabase CLI temp
cloud/supabase/.temp/
**/.temp/
.vercel

# session handover is a local, per-session snapshot — keep it out of the public repo
HANDOVER.md
