Add mypy cache to gitignore

This commit is contained in:
Dave Halter
2020-09-19 20:36:54 +02:00
parent 5b81abd537
commit fa2abb5ff6

1
.gitignore vendored
View File

@@ -12,4 +12,5 @@ jedi.egg-info/
record.json record.json
/.cache/ /.cache/
/.pytest_cache /.pytest_cache
/.mypy_cache
/venv/ /venv/