add caches to .gitignore

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

3
.gitignore vendored
파일 보기

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