From 79ee8905cd80f35d34411c46142c98555ec17bd5 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 16 Oct 2025 09:47:43 -0300 Subject: [PATCH] some new stuff in gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2a47a91..928efae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,10 @@ -result/ +# Nix build outputs result +result-* .direnv/ -.pre-commit-config.yaml + +# Personal notes and temporary files +todo.md +notes.md +scratch/ +tmp/