From 71880b6bf764f55117ee5eed87c7c11ae56f2b0d Mon Sep 17 00:00:00 2001 From: Mohammad Aghdam Date: Sun, 5 Oct 2025 08:37:59 +0200 Subject: [PATCH] build: Add .gitattributes to ignore reports for language stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..018d3ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +notebooks/reports/* linguist-documentation \ No newline at end of file