Skip to content

Commit f942af9

Browse files
committed
Support different virtualenvs for Python 2 and 3
1 parent bbbe880 commit f942af9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ __pycache__/
55
# Distribution / packaging
66
.Python
77
venv
8+
venv2
9+
venv3
810
.venv
11+
.venv2
12+
.venv3
913
env
1014
.env
1115
build/

0 commit comments

Comments
 (0)