gitignore the in-repo git worktree directories
1 files changed, 5 insertions(+), 0 deletions(-) M .gitignore
M .gitignore => .gitignore +5 -0
@@ 1,2 1,7 @@ # macOS .DS_Store + +# Git worktrees, per the repo conventions: created under .worktrees/<branch>. +# Both spellings are ignored so an agent worktree can never show up untracked. +/.worktrees/ +/.claude/worktrees/