From 95a60d570bddfd354daa8ec4c7f123c9cfddc6be Mon Sep 17 00:00:00 2001 From: Github Actions <4399427+kferrone@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:10:33 -0600 Subject: [PATCH] more clean --- scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index cb4df8e..df91e7d 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -4,6 +4,6 @@ rm -rf \ dist build actions-runner \ .coverage .pytest_cache .tmp \ *.egg-info src/*.egg-info **/__pycache__ \ - .direnv + .direnv .ruff_cache requirements.txt find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf