Skip to content

Commit

Permalink
Hide wheels directory used on Debian-like systems (Ubuntu)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TwoBitAlchemist committed Nov 10, 2018
1 parent c2bb55b commit 926a6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
Expand Down

0 comments on commit 926a6cb

Please sign in to comment.