From 21d1bd29e1e9be23090d71f88ef26b03e77d1dde Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Fri, 22 Apr 2022 14:42:22 -0600 Subject: [PATCH 1/2] gitignore: .tags, .mypy --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1f3e3acc..b8838717 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ __pycache__/ # C extensions *.so +# ctags +.tags + # Distribution / packaging .Python env/ @@ -39,6 +42,7 @@ htmlcov/ .coverage .coverage.* .cache +.mypy_cache/ nosetests.xml coverage.xml *,cover From f9b851533b107c5d08947d9671cb0d2635069533 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Mon, 25 Apr 2022 07:23:01 -0600 Subject: [PATCH 2/2] Update .gitignore Co-authored-by: Olivier Gayot --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8838717..1f855fad 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__/ # ctags .tags +tags # Distribution / packaging .Python