Add .worktrees/ to .gitignore

Prevents worktree contents from being tracked in repository
This commit is contained in:
2025-10-30 18:23:14 -04:00
parent 6794a65ef6
commit 5225950703

3
.gitignore vendored
View File

@@ -81,3 +81,6 @@ htmlcov/
.dmypy.json
dmypy.json
# Git worktrees
.worktrees/