From 9bfac9c3b674882f6b8a5232e35473d26a7a7a0d Mon Sep 17 00:00:00 2001 From: Mathew Goldsborough <1759329+mgoldsborough@users.noreply.github.com> Date: Sat, 9 May 2026 08:11:05 -1000 Subject: [PATCH] chore: ignore .claude/worktrees/ Per-session Claude Code worktree directories shouldn't be tracked. They contain isolated working copies with their own state, created ad-hoc by the harness. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cd4cc6f..1c89d14 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,9 @@ apps/registry/data/ # Implementation tasks .tasks/ +# Per-session Claude Code worktrees +.claude/worktrees/ + # Misc *.bak *.tmp