Merge pull request #4087 from greyli/gitignore

Add venv and .venv to .gitignore
This commit is contained in:
David Lord 2021-05-21 07:10:50 -07:00 committed by GitHub
commit 6b1c4e9769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -4,6 +4,8 @@
*.pyc
*.pyo
env/
venv/
.venv/
env*
dist/
build/