chore: 移除误提交的__pycache__,补.gitignore

This commit is contained in:
yumoqing 2026-09-05 22:44:09 +08:00
parent 69884fd2ec
commit ac52a61e0b
4 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/
*.pyc