From 9288548a1161e29959a5aac796816bff0f5a1403 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 03:25:40 -0700 Subject: [PATCH] update cleanup --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d2095f5..752129b 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ compile: clean: uv run pyclean src test uv run ruff clean - rm -rf main.spec build dist .pytest_cache .hypothesis .benchmarks + rm -rf main.spec cmd.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks wipe: just clean