From ac8f09b8f84e6e81d3090bbae0a9f22d2bf91bea Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 27 Nov 2024 13:24:00 -0700 Subject: [PATCH] Ignore some built files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37b3b3a..effff0b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,7 @@ tests/.tests pytest_session.txt .cache/ .pytest_cache -.coverage +.coverage* + +_build.* +python/*.dist-info/