chore: 初始化项目与后端基础工程

This commit is contained in:
freedakgmail
2026-07-06 22:03:22 +08:00
commit 6833106829
34 changed files with 8398 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# Node / Next.js
node_modules/
.next/
out/
dist/
build/
coverage/
# Python / FastAPI
venv/
.venv/
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
# Environment and secrets
.env
.env.*
!.env.example
!.env.local.example
# Uploads and generated files
uploads/
backend/uploads/
exports/
logs/
*.log
# Database / local runtime
*.sqlite
*.db
postgres_data/
redis_data/
# IDE / OS
.DS_Store
.idea/
.vscode/
.cursor-local-assistant-v2/
# Package manager
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*