Files
Mohammad Aghdam bac2600a88 updated gitatt
2025-10-05 08:54:01 +02:00

12 lines
337 B
Plaintext

# Exclude HTML reports from language stats
notebooks/reports/*.html linguist-generated=true
notebooks/reports/plotly/*.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