diff --git a/justfile b/justfile index 98392578..e3c4538e 100644 --- a/justfile +++ b/justfile @@ -15,3 +15,8 @@ sync: sync-clean: uv sync --all-packages --force-reinstall --no-cache + +clean: + rm -rf **/__pycache__ + rm -rf rust/target + rm -rf .venv