etherpump/.gitignore
Luke Murphy 5b141f4d77
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.
2018-12-18 12:17:40 +01:00

9 lines
62 B
Plaintext

build/
*.pyc
*~
venv/
testing/
padinfo.json
.etherdump
*.egg*