From c38df2589e373b51d680d6eabdfb7c7270c8d94d Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Mon, 30 Jan 2017 11:42:24 +0200 Subject: [PATCH] Ignore build result --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2930ebb..a390eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ __pycache__ # Ignore coverage reports .coverage htmlcov + +# Ignore build results +*.egg-info/ +dist/