From fbe2ae491d075f90dbc95d87f47cc2fe0dc9f9af Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Wed, 29 Oct 2025 09:12:28 +0100 Subject: [PATCH] Count notebooks as python in language stats (#347) *Issue #, if available:* *Description of changes:* The repo is classified as a Jupyter Notebook repo. This PR attempts to fix this by counting notebooks as python files instead of a separate thing. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2f3392a..327ba52 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -.ipynb linguist-documentation \ No newline at end of file +*.ipynb linguist-language=Python \ No newline at end of file