!.gitignore
!.gitattributes
!.travis.yml
!.pep8speaks.yml
*.pyc
*.log
venv
venv3
docs/build
dist
*.egg-info
build
dev/
.DS_Store

# Coverage files
coverage.xml
.coverage
htmlcov/
.pytest_cache/
