From c7851b837e7f2323863f8c31fe376fa9fcb1aea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Wed, 5 Mar 2025 23:36:50 +0100 Subject: [PATCH] test add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b6b397..5312c59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode .env.priv -.venv \ No newline at end of file +.venv +**/.env \ No newline at end of file