From 0013057520b5ca3f36c171a9820fbeb8a7c22293 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 7 Jan 2025 14:53:19 -0700 Subject: [PATCH] Ignore dist-info directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f853e89f..a1d37183 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pytest_session.txt .cache/ .pytest_cache .coverage +python/*.dist-info/