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

This commit is contained in:
Hermes Agent 2026-06-22 15:00:33 +08:00
parent 0db205d0ef
commit 387daacfd5
6 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
__pycache__/
*.pyc
*.pyo
*.egg-info/
.DS_Store