chore: 将 uv.lock 纳入版本管理

- 从 .gitignore 中移除对 *.lock 文件的忽略规则
  - 添加 uv.lock 锁文件以确保依赖版本一致性
This commit is contained in:
zhenghu
2026-04-13 15:32:43 +08:00
parent bf1b8235d7
commit 817c3c75df
2 changed files with 646 additions and 3 deletions

3
.gitignore vendored
View File

@@ -20,9 +20,6 @@ build/
# Ruff
.ruff_cache/
# UV
*.lock
# OS
.DS_Store
Thumbs.db