arborist/.gitignore
russell@unturf.com b99aa8d300
chore: gitignore .claude/, drop accidentally-staged worktree pointers
The previous commit (588aa45) accidentally git-added four
.claude/worktrees/agent-* gitlinks via `git add -A`. Those are
session-local Claude Code worktree pointers (a tooling artifact),
not source. Removing them from the index and adding `.claude/` to
.gitignore so future sessions don't trip the same way.
2026-04-30 15:11:48 -04:00

20 lines
262 B
Text

__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.coverage
*.swp
# data + caches stay out of git
data/
*.db
*.db-journal
*.db-wal
*.db-shm
# bench artifacts
bench/qa_results/
# Claude Code session-local artifacts (worktrees, transient state)
.claude/