From 498f8fd29a9ae6df13dd81116a9cf86ee4d48672 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Tue, 15 Mar 2022 12:38:55 +0100
Subject: [PATCH] MAIN: changed configuration in gitignore and pytest.ini

---
 .gitignore | 9 +++++++--
 pytest.ini | 1 -
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index daa9defe..905a0ea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,13 @@
 src/newcrawler.egg-info/
-unittests/provenance.yml
 .coverage
 TAGS
 src/.coverage
 build/
 *~
-.pdbrc
\ No newline at end of file
+.pdbrc
+provenance.yml
+*.pkcs12
+*.pem
+*.jks
+*.tar.gz
+*.sql
\ No newline at end of file
diff --git a/pytest.ini b/pytest.ini
index 6da8aae1..f818888e 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,2 @@
 [pytest]
 testpaths=unittests
-addopts=-x -vv --cov=newcrawler
-- 
GitLab