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:
parent
4a8219b48c
commit
5b141f4d77
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ venv/
|
|||||||
testing/
|
testing/
|
||||||
padinfo.json
|
padinfo.json
|
||||||
.etherdump
|
.etherdump
|
||||||
|
*.egg*
|
||||||
|
Loading…
Reference in New Issue
Block a user