From b1edecc291200a2e61dd9f15bda08f69b7c1fd11 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 5 Nov 2024 09:48:49 -0500 Subject: [PATCH] refactor: Update .gitignore to ignore pytheory.egg-info --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 274f25b..3f9a143 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ t.py .vscode t2.py __pycache__ +pytheory.egg-info