From 2422e9c72ebec20941375b137f9982e1e4e37487 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 7 Jan 2025 11:43:17 -0700 Subject: [PATCH] Ignore dist-info directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ebded30..c00df58 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ tests/.tests python/lsst/pex/exceptions/version.py tests/test_Exception_1 tests/failer.py +python/*.dist-info/