Env gitignore (#78766)

* added env to git ign aka the std name for py venv

* added the github def py env ign
pull/78790/head
Axel Gard 2 years ago committed by GitHub
parent 86b86398f0
commit 9bc4fa496c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitignore vendored

@ -73,7 +73,16 @@ coverage.xml
/test/cache/*
# Development
/test/develop
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
venv
env
Vagrantfile
.vagrant
# Backwards compatibility with `stable-2.9` and earlier branches.

Loading…
Cancel
Save