From 28417fe12610fc253f7e3dbfe3bad959007ec679 Mon Sep 17 00:00:00 2001 From: Prince Canuma Date: Mon, 12 Jan 2026 16:35:41 +0100 Subject: [PATCH] fix git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dbefa3c..04c7330 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ claude.md .DS_Store **.pyc __pycache__/* +*.egg-info/*