Compare commits

..

No commits in common. "2c3cbaf07b2914c22aac86a8a18656d95998e7a0" and "baad84094bc370b339451071491f948ce67e5b8b" have entirely different histories.

3 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View File

@ -40,7 +40,3 @@ venv/
env/
.venv/
.env/
# 包管理器和Python版本管理
.python-version
uv.lock

View File

@ -21,4 +21,5 @@ build-backend = "hatchling.build"
start = "app:app"
serve = "gunicorn:run"
[tool.uv]
python-version = "3.8"

Binary file not shown.