chore(repo): 移除误跟踪的 egg-info 构建产物并新增忽略规则

server/src/x_financial_server.egg-info/ 为 uv/pip 构建产物,此前被误跟踪。
本次 git rm --cached 移除跟踪(本地保留),.gitignore 新增 *.egg-info/ 规则避免后续误入库。
This commit is contained in:
caoxiaozhu
2026-06-24 21:59:09 +08:00
parent bc560145a4
commit bb681aa1f3
6 changed files with 1 additions and 259 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ web/.vite/
.omc/
.omx/
.claude/
*.egg-info/
.codex/*
!.codex/skills/
.codex/skills/*