mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
random sync
This commit is contained in:
parent
7b53685b00
commit
6cdc579270
6 changed files with 933 additions and 144 deletions
5
justfile
5
justfile
|
|
@ -1,3 +1,6 @@
|
|||
list:
|
||||
just --list
|
||||
|
||||
run:
|
||||
uv run carousel
|
||||
|
||||
|
|
@ -20,7 +23,7 @@ compile:
|
|||
clean:
|
||||
uv run pyclean src test
|
||||
uv run ruff clean
|
||||
rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks
|
||||
rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks __marimo__
|
||||
|
||||
wipe:
|
||||
just clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue