From 2244ef22b473c32fc584d42060e7e63c21103fca Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Thu, 24 Aug 2023 12:34:03 -0600 Subject: [PATCH] Modify .gitignore - ignore the python_awips.egg-info file that gets created when you run the local source code --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56ec4d3..02d3f75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ docs/build/ *.pyc .idea +python_awips.egg-info