添加gitignore,永久忽略Python缓存

This commit is contained in:
liuhaoran 2026-06-20 19:48:40 +08:00
parent 0a1b8922db
commit 1baa361516

2
.gitignore vendored Normal file
View File

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