From 1b988a0303100d658dbb2a5d03157fe5c835696d Mon Sep 17 00:00:00 2001 From: tcpsyn Date: Sun, 5 Apr 2026 01:58:32 -0600 Subject: [PATCH] Ignore .worktrees/ directory Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 18ed1a9..184d8e8 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ upload-history.json # Claude settings (local) .claude/ + +# Git worktrees +.worktrees/