Gitignore mypy cache

This commit is contained in:
Scot Hacker 2018-12-20 11:43:23 -08:00
parent 064e1d2659
commit 8fe6e4856e

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ settings.json
# Django and Python
*.py[cod]
.pytest_cache/*
*/.mypy_cache/*