From 37c393f857e450fbc7b68db142f0cdd4318523e3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 21 May 2020 12:07:20 +0200 Subject: [PATCH] Add mypy cache files to .gitignore (#1737) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d2ef118c0..40bf80082 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,7 @@ ENV/ !.vscode/cSpell.json !.vscode/tasks.json !.vscode/launch.json + +# mypy +/.mypy_cache/* +/.dmypy.json