*.py[cod]
__pycache__/

# build
/*.egg*/
/prem/_dist_ver.py
/build/
/dist/

# test
/.coverage*
/coverage.xml
/.pytest_cache/
