diff --git a/justfile b/justfile index f4b1ff5..160b74e 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ compile: clean: uv run pyclean src test uv run ruff clean - rm -rf main.spec cmd.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks + rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks wipe: just clean