# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/

# Spike tape artifacts (regenerated by running the spike)
*.tape.sqlite
/tmp_tapes/

# Runtime artifacts (CLI output, regenerated on demand)
/store.db
/report.html
/blame_*.json
/validation_report.json
/examples/demo_report.html

# Build, coverage, and tool caches (regenerated on demand)
/dist/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Local-only planning scaffolding (workspace convention)
docs/superpowers/
.beads/
planning/
.superpowers/
