初始化

This commit is contained in:
2026-04-02 23:40:04 +08:00
commit 381ea7085d
107 changed files with 11858 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
dist/
build/
# Node
node_modules/
dist/
.DS_Store
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
# Logs
logs/
*.log
# Database
*.db
*.sqlite
# Temp
/tmp/
*.tmp