From 4ef1cbe417ea865a531d079672d55c74dc8d5368 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 28 May 2021 15:25:37 +0200 Subject: [PATCH] ignore tox & coverage artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2258b7a..e087291 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .idea *.egg-info __pycache__ +.tox +coverage.xml +.coverage +htmlcov -- GitLab