*.py[co]
# build
/argopt/_dist_ver.py
/.eggs/
/*.egg-info
/build/
/dist/
# test
.tox/
.coverage
__pycache__/
