Compare commits

...

3 Commits

3 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

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

View File

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