From 2fce6b4f8870fc4591854459b15c84163db6cc65 Mon Sep 17 00:00:00 2001 From: Peyton-McKee Date: Tue, 3 Sep 2024 18:51:36 -0400 Subject: [PATCH] Fix Gitgnore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e95cfff..835cd1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .vscode/ __pycache__/ -.egg-info/ \ No newline at end of file +*.egg-info/ \ No newline at end of file