Add pythonenv* to gitignore

This commit is contained in:
Maximilian Cosmo Sitter 2020-11-06 14:29:12 +00:00 committed by GitHub
parent e8504e04f3
commit a73fb6e006
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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