Merge pull request #8002 from mcsitter/add-pythonenv-gitignore

Add pythonenv* to gitignore
This commit is contained in:
Ran Benita 2020-11-13 23:14:23 +02:00 committed by GitHub
commit 767cbeb086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ issue/
env/
.env/
.venv/
/pythonenv*/
3rdparty/
.tox
.cache