From 0e3672fa9761e5a0f9a12c7338cc94d52ca7e077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Grie=C3=9Fhammer?= Date: Thu, 14 Sep 2023 19:33:41 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 35a5138..b5d08cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ *.pyc -*.txt -testFiles/* -featureFiles/* -obsolete/* -rewrite/* \ No newline at end of file +htmlcov/* +.coverage +coverage.xml