__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
.env
data/
AUDIT-*.md
build/
dist/
*.egg-info/
node_modules/

# Worktrees are checkouts, not content. `git add -A` swept one in once.
.claude/worktrees/
.claude/settings.local.json

# Live TUI runs record here, deliberately outside fixtures/trajectories/ so a
# session can never rewrite the recordings the eval harness replays.
runs/

# The interface keeps its history here. One machine, not project content.
.holt/

# Kept in the working directory, deliberately never in the repository: the
# self-assessment names credentials that appeared in working sessions.
never-commit-something-named-likethisfolder/
ASSESSMENT.md
