chore: add gitignore for worktrees and runtime artifacts

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
肉末
2026-07-14 12:26:18 +08:00
parent a5bc95ce8c
commit 5b018bf4f2
+12
View File
@@ -0,0 +1,12 @@
.worktrees/
data/
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
node_modules/
frontend/dist/
.env
*.db
.DS_Store