Compare commits
3 Commits
baad84094b
...
2c3cbaf07b
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c3cbaf07b | |||
| 693440049a | |||
| 8dedc09b03 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -40,3 +40,7 @@ venv/
|
|||||||
env/
|
env/
|
||||||
.venv/
|
.venv/
|
||||||
.env/
|
.env/
|
||||||
|
|
||||||
|
# 包管理器和Python版本管理
|
||||||
|
.python-version
|
||||||
|
uv.lock
|
||||||
|
|||||||
@ -21,5 +21,4 @@ build-backend = "hatchling.build"
|
|||||||
start = "app:app"
|
start = "app:app"
|
||||||
serve = "gunicorn:run"
|
serve = "gunicorn:run"
|
||||||
|
|
||||||
[tool.uv]
|
|
||||||
python-version = "3.8"
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user