chore: 忽略Python缓存文件

This commit is contained in:
2026-05-13 13:47:36 +08:00
Unverified
parent 648c1f1920
commit 7d779095a9
6 changed files with 8 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/