From 065d4c4046655e233808b4da3dbb1d4a00102a0c Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Sun, 5 Oct 2025 08:48:45 +0200 Subject: [PATCH] updated gitat --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9ab50ac..da2fb19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,9 @@ -notebooks/reports/* linguist-generated=true +# Exclude HTML reports from language stats +notebooks/reports/*.html linguist-generated=true + +# Force Jupyter notebooks to count as Python *.ipynb linguist-language=Python + +# Optional: exclude other large non-code files +*.csv linguist-generated=true +*.json linguist-generated=true