Modify .gitignore

- ignore the python_awips.egg-info file that gets created when you run the local source code
This commit is contained in:
Shay Carter 2023-08-24 12:34:03 -06:00
parent 295792c38b
commit 2244ef22b4

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
docs/build/
*.pyc
.idea
python_awips.egg-info