chore: add .worktrees/ to .gitignore
This commit is contained in:
parent
dd9392c9fb
commit
73fa75d9fb
|
|
@ -1,3 +1,6 @@
|
|||
# Git worktrees
|
||||
.worktrees/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[codz]
|
||||
|
|
|
|||
Loading…
Reference in New Issue