mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
build(backend): manage dependencies with uv
BREAKING CHANGE: apps/backend/requirements.txt is no longer the backend dependency source. Use uv sync and uv run python main.py for backend setup and startup.
This commit is contained in:
@@ -8,6 +8,8 @@ __pycache__/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# 项目特定
|
||||
chromedriver
|
||||
@@ -20,6 +22,7 @@ debug_screenshot.png
|
||||
# 运行时文件
|
||||
sessions/
|
||||
*.lock
|
||||
!/uv.lock
|
||||
*.log
|
||||
*.pid
|
||||
backend.pid
|
||||
|
||||
Reference in New Issue
Block a user