chore: 移除误提交的 __pycache__ .pyc,添加 .gitignore

This commit is contained in:
yumoqing 2026-08-15 00:11:59 +08:00
parent 2ecf6e06f7
commit 2ef876895f
4 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
*.pyc
*.pyo