Browse Source

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.
add-new-addtext-command
Luke Murphy 5 years ago
parent
commit
5b141f4d77
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 1
      .gitignore

1
.gitignore

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

Loading…
Cancel
Save