feat: Ignore jupyter notebooks in language bar on github (#906)

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
Igor Ilic 2025-06-04 20:48:03 +02:00 committed by GitHub
parent aa3163561d
commit c09750b7c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# ignore jupyter notebooks in the language bar on github
notebooks/** linguist-vendored