From 57c1500630894c955b9afd4b76e97c51acd3dcbd Mon Sep 17 00:00:00 2001 From: Ojaswa Sharma Date: Thu, 24 Feb 2022 15:03:55 +0530 Subject: [PATCH] fix: typo in Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index de2d5e08..2ad0e95f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -46,7 +46,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover -*.py,cover +*.py.cover .hypothesis/ .pytest_cache/ cover/