Initial commit

This commit is contained in:
2026-08-19 19:34:30 +08:00
commit beba8744b4
285 changed files with 74293 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# macOS
.DS_Store
**/.DS_Store
# Environment files
.env
.env.*
!.env.example
!.env.*.example
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Node / Next.js
node_modules/
.next/
out/
dist/
build/
*.tsbuildinfo
# Runtime data and generated local artifacts
backend/data/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*