*.py[co]
__pycache__/

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

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