From a5db89ddcdc6ed243ecd845ea4aaea4427f07d3d Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Thu, 17 Sep 2020 17:44:42 +0200 Subject: [PATCH] edit gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18606d6..a98d75c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **__pycache__ *.pyc .vscode -.DS_Store \ No newline at end of file +.DS_Store +.mypy_cache \ No newline at end of file