# !/bin/bash
set +e

rm -rf ./__pycache__
rm -rf ./*.pyc
rm -rf ./*.egg_info
rm -rf ./features/*.feature
rm -rf *.DS_Store
