auto-sync: 2026-05-17 00:31:19

This commit is contained in:
cfdaily
2026-05-17 00:31:19 +08:00
parent 35cca6965a
commit 88f9e4f679
2 changed files with 34 additions and 0 deletions
+34
View File
@@ -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
View File