Ignore all Python 3 virtual environments

How soon could Python 4 happen anyway? :-P
pull/12492/head
Nathaniel Manista 8 years ago
parent 1b96418c0e
commit 4138889086
  1. 2
      .gitignore

2
.gitignore vendored

@ -16,7 +16,7 @@ htmlcov/
dist/
*.egg
py27/
py34/
py3[0-9]*/
# Node installation output
node_modules

Loading…
Cancel
Save