#!/usr/bin/env sh

set nonomatch

# the rest is common to all python directories
rm -f .test*.sum expected result install.out .*.log
rm -rf build **/*.egg-info __pycache__ **/{__pycache__,*.pyc,*.pyo}
rm -rf .coverage .coverage-html htmlcov .tox
rm -rf .pytest_cache .cache dist .build quantiphy.egg.info
rm -rf tests/{htmlcov,.cache,.coverage,.pytest_cache}
rm -rf doc/.build
