add caches to .gitignore

This commit is contained in:
Jan Petykiewicz 2022-11-20 19:38:34 -08:00
commit 81bb1dd2c0

3
.gitignore vendored
View file

@ -60,3 +60,6 @@ target/
# PyCharm
.idea/
.mypy_cache/
.pytest_cache/