From 129d3f45e3656a10be6f182cb1bb6b9965df0c8e Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 25 Jul 2026 21:12:50 -0400 Subject: [PATCH] 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c64b01d0..cc494a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/