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