Ingore egg files.

These are generated when we run `pip install -e .` locally.  This is
another way to get the package installed locally vs.  the `python
setup.py install` method.
This commit is contained in:
Luke Murphy 2018-12-18 12:17:40 +01:00
parent 4a8219b48c
commit 5b141f4d77
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ venv/
testing/
padinfo.json
.etherdump
*.egg*