fonttools/.gitignore

22 lines
225 B
Plaintext
Raw Normal View History

2016-11-03 19:01:13 +00:00
# Byte-compiled and optimized files
__pycache__/
*.py[co]
*$py.class
# Packaging
*.egg-info
*.eggs
build
2016-11-03 19:01:13 +00:00
dist
# Unit test and coverage files
.cache
.coverage
.coverage.*
.tox
htmlcov
2018-06-12 11:13:45 +01:00
.pytest_cache/
2016-11-03 19:01:13 +00:00
# OS X Finder
.DS_Store