#!/bin/sh

rm -rf __pycache__
rm -rf f[0-9] d[0-9]
rm -rf .coverage htmlcov
