clean 93 B

123
  1. #!/bin/sh
  2. find . -type f -name '*.pyc' -delete
  3. rm -rf docs/_site build dist compose.egg-info