From 7ee85098455e405c305aa6ed445791f7d57cab0a Mon Sep 17 00:00:00 2001 From: Andrew Fernandes Date: Tue, 26 Aug 2025 15:30:45 -0700 Subject: [PATCH] Ignore '*.egg-info' directories --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b2b6d48..fe105ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ build/ +*.egg-info/