Initial backup

This commit is contained in:
Codex
2026-03-16 15:53:38 +08:00
commit 3875d6701f
7 changed files with 714 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 常见不需要纳入备份的临时/缓存/日志等
*.log
*.log.*
*.tmp
*.swp
*.swo
.cache/
.npm/_cacache/
node_modules/
tmp/
temp/
__pycache__/
.DS_Store
Thumbs.db
*.pid
*.sock
*.lock
.idea/
.vscode/
*.o
*.class
target/
build/
dist/