Add module egg dir to gitignore

This commit is contained in:
Andrew Morgan 2020-08-06 16:59:53 -07:00 committed by Andrew Morgan
parent 232258e8a0
commit ad0174e186

1
.gitignore vendored
View file

@ -15,6 +15,7 @@ config.yaml
# Python # Python
__pycache__/ __pycache__/
*.egg-info/
# Config file # Config file
config.yaml config.yaml