.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:
parent
8a1075cfe4
commit
c86c970219
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ dist/
|
||||
.DS_Store
|
||||
*.egg-info
|
||||
*.py[cod]
|
||||
.eggs/
|
||||
.tox/
|
||||
|
Loading…
x
Reference in New Issue
Block a user