diff --git a/script/clean b/script/clean index f9f1b0da2..0eeff0a11 100755 --- a/script/clean +++ b/script/clean @@ -1,3 +1,3 @@ #!/bin/sh find . -type f -name '*.pyc' -delete - +rm -rf docs/_site build dist