[object Object]

← back to Exo

add just clean

a4e8335241b8113cbcdc8f22c6f7b28188115ed0 · 2025-10-07 16:29:51 +0100 · Evan Quiney

Files touched

Diff

commit a4e8335241b8113cbcdc8f22c6f7b28188115ed0
Author: Evan Quiney <evanev7@gmail.com>
Date:   Tue Oct 7 16:29:51 2025 +0100

    add just clean
---
 justfile | 5 +++++
 1 file changed, 5 insertions(+)

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

← 84dfc8a7 Fast memory profiling  ·  back to Exo  ·  add kimi k2 e8a6efe2 →