# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Test / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# npm release build output (assembled by npm/build-packages.mjs) + pack tarballs
npm/dist/
node_modules/
*.tgz

# Textual snapshot diffs (retired — dep removed in v0.4.x cleanup)
snapshot_report.html

# J.A.R.N. runtime state (never commit)
.jarn/
large_tool_results/
.jarn/state.sqlite
.jarn/state.sqlite-*
.jarn/checkpoints.sqlite*
.jarn/logs/
# Write-lock siblings (jarn.util.atomic): empty, ephemeral, recreated on demand.
.jarn/**/*.lock
.jarn/*.lock
harness_memory/
audit_logs/
.audit-jarn-home/

# Internal planning / audit notes (kept local, not for the public repo)
IMPROVEMENT_PLAN.md
PROJECT_AUDIT_*.md
todo.md
fable-todo.md
docs/superpowers/

# Secrets / credentials (never commit)
.env
.env.*
*.pem
*.key
credentials.json

# OS
.DS_Store

# Eval harness: per-run nightly outputs live on the eval-results branch (not main).
evals/nightly/
evals/latest.json
evals/badge.json

# superpowers SDD scratch (ledger, briefs, review packages)
.superpowers/
