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.
This commit is contained in:
Abdul Fatir 2025-10-29 09:12:28 +01:00 committed by GitHub
parent 93b90b7abe
commit fbe2ae491d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitattributes vendored
View file

@ -1 +1 @@
.ipynb linguist-documentation
*.ipynb linguist-language=Python