Ignore Claude Code agent worktrees under .claude/worktrees/

Untracked repo snapshots from agent sessions were making repo-root
ruff check . fail on stale code and cluttering git status. ruff
respects .gitignore, so ignoring the directory fixes both.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Sean Whalen
2026-07-25 21:12:50 -04:00
co-authored by Claude Fable 5
parent b02a7972b5
commit 129d3f45e3
+4
View File
@@ -152,3 +152,7 @@ parsedmarc/resources/maps/domain_info.tsv
coverage.json
junit.xml
dashboard-screenshots/
# Claude Code agent worktrees — untracked repo snapshots; ignoring them
# keeps repo-root ruff runs and git status clean
.claude/worktrees/