From 926a6cba3d7bb626143e6caf0b06d47033c4b569 Mon Sep 17 00:00:00 2001 From: "J. Kevin Bay" Date: Fri, 9 Nov 2018 19:59:44 -0700 Subject: [PATCH] Hide wheels directory used on Debian-like systems (Ubuntu) See https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html tl;dr Debian Policy requires wheels to be installed here and thus issuing python3 -m venv . on a Debian-like system creates this directory --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 510c73d0..11614af2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ parts/ sdist/ var/ wheels/ +share/python-wheels/ *.egg-info/ .installed.cfg *.egg