From 5b141f4d770484919fae57c32b4d58624a415b39 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 18 Dec 2018 12:17:40 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4b37ad7..6a0bb7c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ venv/ testing/ padinfo.json .etherdump +*.egg*