django-fobi/scripts/clean_up.sh
Artur Barseghyan 0dd059855c prepare 0.10.2
2016-11-24 22:42:16 +01:00

6 lines
161 B
Bash
Executable file

find . -name "*.pyc" -exec rm -rf {} \;
find . -name "__pycache__" -exec rm -rf {} \;
rm -rf build/
rm -rf dist/
rm -rf src/django_fobi.egg-info/
rm -rf .cache/