Codebase list natsort / upstream/5.4.1 clean.sh
upstream/5.4.1

Tree @upstream/5.4.1 (Download .tar.gz)

clean.sh @upstream/5.4.1raw · history · blame

1
2
3
4
5
#! /bin/bash

rm -rf build/ dist/ *.egg-info .pytest_cache/ .hypothesis/ .tox/
find . -type d -name __pycache__ -delete
find . -type f -name "*.pyc" -delete