diff --git a/.gitignore b/.gitignore index 78863d3..ac538f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Standard ignores *.pdf +.venv build diff --git a/justfile b/justfile index fe3b941..d2893a1 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,4 @@ +# List all targets by providing no target default: @just --list