From 73501baf22631b7b2a4a59d83c20378cf6a76d4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Artelt?= <aartelt@techfak.uni-bielefeld.de>
Date: Mon, 15 Jul 2019 14:07:20 +0200
Subject: [PATCH] Ignore coverage

---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index bcfedb7..ba5cc89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,6 @@ _templates/
 /*.egg-info
 .ipynb_checkpoints
 .vscode
-.pytest_cache
\ No newline at end of file
+.pytest_cache
+.coverage*
+htmlcov/
\ No newline at end of file
-- 
GitLab