Add mypy cache to gitignore

This commit is contained in:
Ethan Paul 2020-02-18 23:02:24 -05:00
parent 1282300dea
commit 7da27c3f57
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -7,6 +7,9 @@ __pycache__/
# C extensions
*.so
# MyPy
.mypy_cache/
# Distribution / packaging
.Python
env/
@ -93,4 +96,3 @@ ENV/
# Rope project settings
.ropeproject