#!/bin/sh find -maxdepth 4 \ \( -name '*~' -o -name '#*#' -o -name .tox -o -name .mypy_cache \) \ -print0 | xargs -0 rm -vfr