add .venv/ to gitignore

.venv/ is recommended via https://docs.python.org/3/library/venv.html
This commit is contained in:
jtpavlock 2020-07-19 13:25:55 -05:00 committed by GitHub
parent dc7e433768
commit 441cfebff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -75,6 +75,7 @@ target/
# virtualenv # virtualenv
venv/ venv/
.venv/
ENV/ ENV/
# Spyder project settings # Spyder project settings