fonttools/.gitignore
Cosimo Lupo c86c970219 .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]
2016-10-18 11:09:43 +01:00

12 lines
99 B
Plaintext

.cache
__pycache__/
build/
dist/
.coverage
.coverage.*
.DS_Store
*.egg-info
*.py[cod]
.eggs/
.tox/