From 466b22e8f016e13fbaf8786cb04294ab60c58082 Mon Sep 17 00:00:00 2001 From: cbazza Date: Tue, 12 May 2026 12:26:49 +0200 Subject: [PATCH] chore: add nul and check_ml_data.py to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3295861..2b09f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,9 @@ performance_report.txt # Streamlit cache .streamlit/ + +# Windows artefacts +nul + +# One-off analysis scripts +check_ml_data.py