From c7b2ce900d18a9c3ca84941168a7ba62fecef57a Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 24 Jul 2026 10:10:37 -0700 Subject: [PATCH] chore: ignore local .worktrees/ directory Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01NQivSKBqQJsayz1xcYqWzZ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7146151..5842c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ __pycache__/ # local reference material *.epub + +# local isolated worktrees (superpowers:using-git-worktrees) +.worktrees/