def clean(ctx): """Remove created files and caches.""" run("rm -rf CloudFormation.json") run("find . \( -name '__pycache__' -o -name '*.pyc' \) -print -delete")