From 4db109346a698b65854aca39fa78ae80789c0d79 Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 31 Jul 2026 02:32:44 +0400 Subject: [PATCH] Ignore the .claude directory Agent worktrees land in .claude/worktrees, so the directory shows up as untracked noise in every git status. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CGeSZxh1DCtRxmFVSYVGvJ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fdf47cb..4d7a279 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ opencode.json # Test coverage output coverage.out + +# Agent worktrees and local agent state +.claude/