This commit is contained in:
丹尼尔
2026-03-12 19:35:06 +08:00
commit ad96272ab6
40 changed files with 2645 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# Distribution / packaging
build/
dist/
*.egg-info/
# SQLite DB & data
data/
# Node / frontend
frontend/node_modules/
frontend/.next/
# Environment & secrets
.env
.env.*
# Editor / IDE
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Python tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/