From d74434fefaf55fb5515ec81f29457f1d1b0f340e Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 27 Feb 2019 08:26:29 +0100 Subject: [PATCH] Ignore pip-wheel-metadata --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d5f8c6a..d054dc62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -*.pyc *.egg-info +*.pyc .cache .coverage* .hypothesis @@ -10,3 +10,4 @@ build dist docs/_build/ htmlcov +pip-wheel-metadata