From bc8806e0ad8be589fe13b559ae637df7d7ef3f8c Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 4 May 2023 10:12:45 -0400 Subject: [PATCH] Add `.coverage` to `.gitignore` --- .gitignore | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 60161248..4141c973 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,20 @@ -.eggs -__pycache__/ -.cache/ +*.egg-info/ +*.pickle +*.png *.pyc *~ -*.png -*.pickle -pytest-of-root/* -htmlcov/* - -/build -/dist -*.egg-info/ -/.tox - -.idea/ .DS_Store +.cache/ +.coverage +.eggs +.idea/ .project .settings -.idea -test.ttl +/.tox +/build +/dist +__pycache__/ docs/build/ +htmlcov/* +pytest-of-root/* +test.ttl