From 57cedf6216dcbdc8bbd7b37ad6aa454142f649aa Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 2 Dec 2024 15:04:18 -0700 Subject: [PATCH] Ignore dist-info --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 957132720d..764de54d46 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ config.log ups/*.cfgc pytest_session.txt bin/* -.coverage +.coverage* .pytest_cache/ .mypy_cache/ .idea/ @@ -25,3 +25,4 @@ mypy.log build/* dist/* python/lsst/utils/* +python/*.dist-info/