From 28f6a15876a1b0e136967ffcf2614707a0048429 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 3 Jun 2019 18:06:40 -0600 Subject: [PATCH] Add pip-wheel-metadata folder to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8db359b..717d048 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Customfile __pycache__ *.py[co] +pip-wheel-metadata/ *.egg-info/ .cache/