From 36c5bad140894d6a535b250a4fdd4e5e443a7f82 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 30 Jul 2018 23:00:33 +0200 Subject: [PATCH] Improve our .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9efaf24..ff7d11f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *.pyc +.coverage .eggs +.mypy_cache/ build dist mat2.egg-info +tags