chore: add .worktrees/ to .gitignore

This commit is contained in:
陈少杰 2026-04-09 21:24:21 +08:00
parent dd9392c9fb
commit 73fa75d9fb
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Git worktrees
.worktrees/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]