From 87cda29a5755c95ecc20e81a43b80e5f6cf78d32 Mon Sep 17 00:00:00 2001 From: David Wuibaille Date: Fri, 31 Oct 2025 09:03:16 +0100 Subject: [PATCH] Auto-commit: 2025-10-31 09:03:16 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index fff215c..6eba7e8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,11 @@ config*.json .env.* *.key *.pem +# Ignore local config.json +config.json + +# Ignore log files +*.log + +# Ignore CSV exports +*.csv