Ignore virtualenv and pyenv files

This commit is contained in:
Vladimir Diaz 2017-10-11 11:34:07 -04:00
parent e5776b73c1
commit 02e6d4edd5
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

4
.gitignore vendored
View file

@ -1,6 +1,7 @@
# root level directories
dist/*
build/*
env/*
# global file patterns
*.log
@ -12,4 +13,5 @@ build/*
.coverage
.tox/*
tests/htmlcov/*
.DS_Store
.DS_Store
.python-version