From 396be48c2c9e1b178820d731929a3978c9ce138b Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 21 Nov 2023 23:06:42 +0000 Subject: [PATCH] Git ignore coverage.xml file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd23034e3..9d4b20270 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .mypy_cache .coverage htmlcov +/coverage.xml dist test.py