*.py[co]
*.egg-info
.*.swp

/.idea/

/dist/
/distribute*.tar.gz
/distribute*.egg

.tox/
.coverage
.coverage.*
.cache/
.pytest_cache/
__pycache__/

/build/
/doc/_build/
