From 7ef21b805165f069ac389e44a6e48f5b5646265d Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Fri, 13 Mar 2026 11:23:39 -0400 Subject: [PATCH] chore: gitignore .claude/worktrees to prevent agent dirs being staged --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6bc1e9e..2e9f9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,9 @@ logs/ # Serena IDE configuration .serena/ +# Claude Code worktrees (temporary agent isolation dirs) +.claude/worktrees/ + # Documentation and session artifacts .docs/ .full-review/