Exclude generated Python caches

This commit is contained in:
Shujakuin
2026-07-20 13:50:15 +08:00
parent 5c53e5bade
commit 1bc4120531
5 changed files with 4 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
Binary file not shown.
Binary file not shown.