diff --git a/.gitignore b/.gitignore index daa9defe713083b48fb6501c9195a45dd2617300..905a0ea8ea6816a80ce75de95045b2f12946e2d0 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 6da8aae14bbd3e70d61d1f7b9f3bb06043ff1aa8..f818888e98690a861228b1f3c0214b1cc94fb6e1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,2 @@ [pytest] testpaths=unittests -addopts=-x -vv --cov=newcrawler