Env gitignore (#78766)

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

* added the github def py env ign
This commit is contained in:
Axel Gard 2022-09-15 21:16:38 +02:00 committed by GitHub
parent 86b86398f0
commit 9bc4fa496c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -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.