移除__pycache__,添加.gitignore

This commit is contained in:
Hermes Agent 2026-06-22 14:59:29 +08:00
parent 3cc3b86d7b
commit 8852aaefd6
8 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