Add pythonenv* to gitignore
This commit is contained in:
parent
e8504e04f3
commit
a73fb6e006
|
@ -34,6 +34,7 @@ issue/
|
||||||
env/
|
env/
|
||||||
.env/
|
.env/
|
||||||
.venv/
|
.venv/
|
||||||
|
pythonenv*
|
||||||
3rdparty/
|
3rdparty/
|
||||||
.tox
|
.tox
|
||||||
.cache
|
.cache
|
||||||
|
|
Loading…
Reference in New Issue