Skip to main content

去除所有pyc

linux

$ find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete