From 31f82b848c5216b2d3c5a587a1d32748f40a1017 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Fri, 30 Jan 2026 23:27:27 +0100 Subject: [PATCH] Justfile default target comment and explicit venv ignore --- .gitignore | 1 + justfile | 1 + 2 files changed, 2 insertions(+) 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