# 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/
harness_memory/
audit_logs/
.audit-jarn-home/

# Internal planning / audit notes (kept local, not for the public repo)
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: the fixtures + runner are tracked, but the baseline holds
# machine-specific live pass/fail numbers — record it locally, don't commit.
evals/baseline.json
