__pycache__/
*.pyc
.DS_Store
.env
*.egg-info/
*.broken
venv/
.venv/

# cowork sandbox PAT stash (should live outside repo anyway)
.pat

# DB dumps
backups/
*.sql.gz
.coverage

# Regression harness run artefacts (commit baselines, not run outputs)
tests/regression/reports/
!tests/regression/reports/.gitkeep

# Local ship-script sandbox (PRs are the source of truth)
ship_pr*.sh
ship_all_autopilot.sh
demo_v11.sh
inspect_session.sh
reset_cricket_session.sh
.cleanup-log*.txt
