clean_testing_environment.sh 197 Bytes
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
#!/usr/bin/env bash

find . -iname __pycache__ | xargs -r rm -rf
find . -iname .benchmarks | xargs -r rm -rf
find . -iname .pytest_cache | xargs -r rm -rf
find . -iname .coverage | xargs -r rm -rf