From 3b445ebb926c6c314d6b557462a617b14811430b Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 20 Sep 2019 18:59:50 +0300 Subject: [PATCH] Ignore coverage annotations reports. (#3131) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index c0c219be..f7174864 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -47,6 +47,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover +*.py,cover .hypothesis/ .pytest_cache/