chore: 移除误提交的 __pycache__ 字节码并加入 .gitignore

This commit is contained in:
2026-08-04 16:00:00 +08:00
parent cc7c7330cc
commit 9c3e59695a
20 changed files with 4 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Python 字节码缓存
__pycache__/
*.pyc