From c42794c5e2c1520e7781a35d29760b5150e1f532 Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Mon, 17 Aug 2026 15:53:11 -0400 Subject: [PATCH] Ignore local feature worktrees --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 398d763..6db0dac 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ /config/dot/nvim/lazy-lock.json # Local visual-companion sessions and generated design mocks. /.superpowers/ +# Local linked worktrees used for reviewed feature development. +/.worktrees/ # Python helper bytecode is local runtime state. __pycache__/ *.py[cod]