feat: 创建 FastAPI 项目骨架(config + main + 依赖管理)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
.env
|
||||
logs/
|
||||
*.log
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
*.egg-info/
|
||||
dist/
|
||||
Reference in New Issue
Block a user