.gitignore: add .eggs/ and .tox/ folders

.eggs/ is where setuptools downloads the setup and test requirements.

.tox/ is the folder containing Tox's cache and virtual environments

[skip ci]
This commit is contained in:
Cosimo Lupo 2016-10-18 11:08:11 +01:00
parent 8a1075cfe4
commit c86c970219

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ dist/
.DS_Store
*.egg-info
*.py[cod]
.eggs/
.tox/