Merge pull request #8002 from mcsitter/add-pythonenv-gitignore
Add pythonenv* to gitignore
This commit is contained in:
commit
767cbeb086
|
@ -34,6 +34,7 @@ issue/
|
|||
env/
|
||||
.env/
|
||||
.venv/
|
||||
/pythonenv*/
|
||||
3rdparty/
|
||||
.tox
|
||||
.cache
|
||||
|
|
Loading…
Reference in New Issue