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
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[codz]
|
*.py[codz]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue