Files
yield-smart-app/.gitignore
zhenghu 817c3c75df chore: 将 uv.lock 纳入版本管理
- 从 .gitignore 中移除对 *.lock 文件的忽略规则
  - 添加 uv.lock 锁文件以确保依赖版本一致性
2026-04-13 17:45:17 +08:00

27 lines
207 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environment
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Streamlit
.streamlit_cache/
# Ruff
.ruff_cache/
# OS
.DS_Store
Thumbs.db
/.doc/