auto-sync: 2026-05-17 00:31:19
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# SQLite databases (backed up separately via sqlite3 backup)
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
# Artifacts (regenerable)
|
||||
projects/*/artifacts/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
src/frontend/node_modules/
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Inbox (volatile)
|
||||
inbox/*.jsonl
|
||||
Reference in New Issue
Block a user