📝 更新 .gitignore 文件以包含开发相关的忽略项;更新 Dockerfile 以支持 uvicorn 和虚拟环境;删除不再使用的 docker-compose 文件;重构 main.py 以使用 FastAPI;更新 pyproject.toml 和 uv.lock 文件以添加 uvicorn 依赖;创建 Makefile 和 docker-compose-dev.yaml 示例文件。

This commit is contained in:
2025-04-27 23:30:39 +08:00
parent 7d755581cb
commit 4cbf043547
8 changed files with 97 additions and 5 deletions

8
.gitignore vendored
View File

@@ -13,4 +13,10 @@ venv/
**/.DS_Store
# windows
Thumbs.db
# linux
# linux
# development
.env
.env.*
plugins/
data/