Compare commits

1 Commits

Author SHA1 Message Date
sakuradairong
9e9ecb824c chore: snapshot backup before rainycy push (20260624-032434)
Auto-committed by MiMo for migration to git.rainycy.top
2026-06-24 03:26:17 +08:00
2 changed files with 36 additions and 0 deletions

16
.codegraph/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# CodeGraph data files
# These are local to each machine and should not be committed
# Database
*.db
*.db-wal
*.db-shm
# Cache
cache/
# Logs
*.log
# Hook markers
.dirty

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environment
.env
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db