feat: 创建 FastAPI 项目骨架(config + main + 依赖管理)

This commit is contained in:
2026-05-09 13:30:03 +08:00
parent 2324725c6f
commit 1cdd0bcab1
6 changed files with 152 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.env
logs/
*.log
__pycache__/
*.pyc
.venv/
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/