Initial commit: 浼佷笟寰俊 AI 鏈哄櫒浜哄姪鐞?MVP

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bujie9527
2026-02-05 16:36:32 +08:00
commit 59275ed4dc
126 changed files with 9120 additions and 0 deletions

57
.gitignore vendored Normal file
View File

@@ -0,0 +1,57 @@
# Env
.env
.env.local
.env.*.local
.env.prod
# GitHub Config (包含敏感 token)
.github-config
github-actions.key
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# Node
node_modules/
.next/
out/
.nuxt/
dist/
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# DB
*.db
*.sqlite3
# Docker
.docker/
# Test
.coverage
htmlcov/
.pytest_cache/
# Upload / local storage
backend/uploads/
backend/storage/