__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/

# whatbroke's own store — snapshots are local history, not source
.whatbroke/store.db
.whatbroke/store.db-journal
.whatbroke/store.db-wal

# Local Claude Code settings
.claude/settings.local.json

# Demo artefacts
demo.cast

