Justfile default target comment and explicit venv ignore

This commit is contained in:
2026-01-30 23:27:27 +01:00
parent c45860f737
commit 31f82b848c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# Standard ignores # Standard ignores
*.pdf *.pdf
.venv
build build

View File

@@ -1,3 +1,4 @@
# List all targets by providing no target
default: default:
@just --list @just --list