Skip to content

Commit 6b1c4e9

Browse files
authored
Merge pull request #4087 from greyli/gitignore
Add venv and .venv to .gitignore
2 parents 255461d + 36872e7 commit 6b1c4e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*.pyc
55
*.pyo
66
env/
7+
venv/
8+
.venv/
79
env*
810
dist/
911
build/

0 commit comments

Comments
 (0)