From fbeee69ececb999e86127b2e086b141e418283bc Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 9 Jan 2020 13:19:10 +0100 Subject: [PATCH] Add .mypy_cache/ to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 43931e7..1374991 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,9 @@ my_data.json tests.data .pytest_cache +# MyPy +.mypy_cache/ + # Virtual environment venv/ .venv*/