From 219be543611733143ab8543fc2b7c077d2c38a63 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 14 Sep 2020 19:14:18 -0700 Subject: [PATCH 1/1] add .coverage to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3336860..92618b2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__ *.egg-info /.vscode *.pyc -/output \ No newline at end of file +/output +.coverage \ No newline at end of file -- 2.30.2