初始提交:极码 GeekCode 全栈项目(FastAPI + Vue3)

This commit is contained in:
2026-04-12 10:12:18 +08:00
commit 6aecef16f6
104 changed files with 21009 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
*.pyo
venv/
.venv/
*.egg-info/
# 环境变量
.env
.env.*
# 数据库
*.db
*.sqlite3
# 上传文件
backend/uploads/*
!backend/uploads/.gitkeep
# Node
node_modules/
dist/
dist-ssr/
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store
__MACOSX/
# 日志
*.log
npm-debug.log*
# 压缩包
*.zip