From 59ed0650c1a35169a21c76a1d70eae423f94b6fe Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 28 Sep 2016 19:57:59 +0300 Subject: [PATCH] Ignore coverage data and reports --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7204ca4..9fc3940 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ /build/ /data/ /dist/ +/htmlcov/ +/.coverage /MANIFEST *.py[co] *.tmp -- 2.39.2