From 45e890960861418c7cd5a0631782a05320c58afc Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 7 Jan 2025 11:37:31 -0700 Subject: [PATCH] Ignore dist-info directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 86a76b3..b482fe2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ examples/demangle _build.* .coverage .pytest_cache +python/*.dist-info/