From 3e9f2d9e8e38e8b5e8cac854c7b17c1d6e1fde05 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 19 Mar 2020 19:55:58 -1000 Subject: [PATCH] README: Add Codecov button and extend gitignore Signed-off-by: Paul Spooren --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a3ac4d8d..44239409 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,20 @@ *$py.class *.py[cod] +*.swp .coverage +.coverage.* __pycache__/ asu.egg-info/ asu/__pycache__/ bin/ cache/ +coverage.xml dist/ htmlcov/ lib/ lib64 pyvenv.cfg share/ +site/ store/ var/