- ignore virtualenv artifacts

This commit is contained in:
Jens Vagelpohl 2021-03-21 10:31:40 +01:00
parent dd0f7b9447
commit ef0b7dad44
No known key found for this signature in database
GPG Key ID: C1B74D5998A5F657
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -7,8 +7,10 @@ __pycache__
.coverage
.coverage.*
.installed.cfg
default.profraw
nosetests.xml
coverage.xml
pyvenv.cfg
.eggs/
.tox/
bin/
@ -16,5 +18,7 @@ build/
eggs/
develop-eggs/
docs/_build/
lib/
lib64
parts/
htmlcov/