Ignore local feature worktrees

This commit is contained in:
Gabriel Brown
2026-08-17 15:53:11 -04:00
parent 0964af7b73
commit c42794c5e2
+2
View File
@@ -8,6 +8,8 @@
/config/dot/nvim/lazy-lock.json /config/dot/nvim/lazy-lock.json
# Local visual-companion sessions and generated design mocks. # Local visual-companion sessions and generated design mocks.
/.superpowers/ /.superpowers/
# Local linked worktrees used for reviewed feature development.
/.worktrees/
# Python helper bytecode is local runtime state. # Python helper bytecode is local runtime state.
__pycache__/ __pycache__/
*.py[cod] *.py[cod]