add caches to .gitignore

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

3
.gitignore vendored
View File

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