mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-10-04 16:26:24 +00:00
📝 更新 .gitignore 文件以包含开发相关的忽略项;更新 Dockerfile 以支持 uvicorn 和虚拟环境;删除不再使用的 docker-compose 文件;重构 main.py 以使用 FastAPI;更新 pyproject.toml 和 uv.lock 文件以添加 uvicorn 依赖;创建 Makefile 和 docker-compose-dev.yaml 示例文件。
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -13,4 +13,10 @@ venv/
|
||||
**/.DS_Store
|
||||
# windows
|
||||
Thumbs.db
|
||||
# linux
|
||||
# linux
|
||||
|
||||
# development
|
||||
.env
|
||||
.env.*
|
||||
plugins/
|
||||
data/
|
Reference in New Issue
Block a user