chore: add gitignore for worktrees and runtime artifacts
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
.worktrees/
|
||||
data/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
venv/
|
||||
node_modules/
|
||||
frontend/dist/
|
||||
.env
|
||||
*.db
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user