移除临时文件,添加/更新.gitignore

This commit is contained in:
Hermes Agent 2026-06-22 15:00:23 +08:00
parent 0d53dfe00b
commit e5cb10063d
29 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
__pycache__/
build/
*.egg-info/
*.pyc
*.pyo
.DS_Store