From 8366267f6722b7b26992a60839ab5f4de595f95c Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 7 Jan 2025 16:37:18 -0700 Subject: [PATCH] Ignore _build and coverage files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52c53e9..841a4ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +_build* .sconsign.dblite config.log .sconf_temp @@ -18,5 +19,5 @@ tests/.tests pytest_session.txt .cache/ .pytest_cache -.coverage +.coverage* python/*.dist-info/