#!/bin/sh
set -e
set -x

find -depth -name '__pycache__' -exec rm -rfv '{}' ';'
