From 269241003d6d42299ca8ea3ffc948ddef83b3cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 18:00:26 +0200 Subject: [PATCH] add .env to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a357584..fea9bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ result-* # Ignore NixOS interactive test driver history **/.nixos-test-history + +.env