From 3a60e42fd1e246cba72201fbdd468315cc044a3a Mon Sep 17 00:00:00 2001 From: Kirk Bowman Date: Tue, 28 Apr 2026 15:26:30 -0500 Subject: [PATCH] =?UTF-8?q?Ignore=20.claude/worktrees/=20=E2=80=94=20agent?= =?UTF-8?q?=20worktree=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code creates ephemeral git worktrees under .claude/worktrees/ for isolated agent operations. These are local-only artifacts and should never be committed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c22683cf..92f38539 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ agent/sandbox/ .private/ .venv/ .cursor/in-development/ +.claude/worktrees/ external_tools/ plans/