add pycache to gitignore

This commit is contained in:
John Gatward
2026-03-20 11:36:11 +00:00
parent f954fa7648
commit 96c4d8fc1f

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
.venv
dist/
src/__pycache__
__pycache__/
*.pyc