Files
CheckInApp/.gitignore
T
8a12744 f8dcf6e3d3 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.
2026-05-03 17:19:27 +08:00

63 lines
635 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/
*.egg-info/
.pytest_cache/
# 项目特定
chromedriver
chromedriver.exe
chrome-linux64/
chrome-win64/
debug_page_source.html
debug_screenshot.png
# 运行时文件
sessions/
*.lock
!/uv.lock
*.log
*.pid
backend.pid
frontend.pid
# 数据库
data/
# 配置文件
.env
config.ini
# 日志
logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 前端
apps/frontend/node_modules/
apps/frontend/dist/
apps/frontend/.vite/
apps/new-frontend/node_modules/
apps/new-frontend/dist/
apps/new-frontend/.vite/
.claude
.codex
openspec