pyceo/clear_cache.sh

4 lines
111 B
Bash
Executable File

#!/bin/sh
find ceo ceod ceo_common tests -type d -name __pycache__ -execdir rm -r '{}' \;
rm -rf .pytest_cache