chore: 从 git 追踪中移除 __pycache__ 编译缓存文件

这些 .pyc 文件已在 .gitignore 中排除,但因之前已追踪,需要手动从索引中移除。
.gitignore 中的规则 (__pycache__/, *.pyc, *.pyo) 将防止以后重新添加。
This commit is contained in:
dmwf994
2026-06-03 21:39:42 +12:00
parent 048460facd
commit 5079b26215
17 changed files with 0 additions and 0 deletions