Add .worktrees/ to .gitignore

Preparing for isolated feature development using git worktrees.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 20:04:02 +00:00
parent 9bb9cd0d55
commit b322cd66f2
+1
View File
@@ -15,6 +15,7 @@ docs/
*.pyzz
.venv/
venv/
.worktrees/
__pycache__/
poetry.lock
.pytest_cache/