From 7da27c3f57b02abc95fe0bdb5172c675d59fce20 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Tue, 18 Feb 2020 23:02:24 -0500 Subject: [PATCH] Add mypy cache to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a18ad4..be35ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ __pycache__/ # C extensions *.so +# MyPy +.mypy_cache/ + # Distribution / packaging .Python env/ @@ -93,4 +96,3 @@ ENV/ # Rope project settings .ropeproject -