From 738ab2a8f1906a6956d063cb7ba995d86019e961 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 14 Aug 2024 13:22:48 -0700 Subject: [PATCH] Add `.coverage` to `.gitignore`. (#284) This file gets generated when testing with coverage data (`hatch test -c`). I missed adding it to `.gitignore` in #283 because I didn't run testing with coverage locally. Fixing the issue now. Signed-off-by: Mihai Maruseac --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 04decd85..8f0f4be6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.coverage .pytest_cache/ .pytype/ .ruff_cache/