add pycache to gitignore

This commit is contained in:
Loewy 2024-07-18 16:37:59 -07:00
parent 18d2eea029
commit f781e9648f

1
.gitignore vendored

@ -3,3 +3,4 @@ dist
.direnv
/after.txt
/before.txt
**/__pycache__/**