*.py[co]
__pycache__/

# build
/argopt/_dist_ver.py
/.eggs/
/*.egg*/
/build/
/dist/

# test
/.tox/
/.coverage*
/coverage.xml
