Skip to content

Commit 3a1f40e

Browse files
committed
Ignore virtual envs with specific names like .venv35
1 parent 9d304f9 commit 3a1f40e

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
@@ -6,10 +6,14 @@ __pycache__/
66
.Python
77
venv
88
venv2
9+
venv27
910
venv3
11+
venv3[3-9]
1012
.venv
1113
.venv2
14+
.venv27
1215
.venv3
16+
.venv3[3-9]
1317
env
1418
.env
1519
build/

0 commit comments

Comments
 (0)