Spaces:
Sleeping
Sleeping
| # ========================= | |
| # Text normalization | |
| # ========================= | |
| * text=auto eol=lf | |
| # ========================= | |
| # Source code | |
| # ========================= | |
| *.py text diff=python | |
| *.md text diff=markdown | |
| *.yaml text | |
| *.yml text | |
| *.json text | |
| *.txt text | |
| *.toml text | |
| *.ini text | |
| # ========================= | |
| # Config / infra files | |
| # ========================= | |
| Dockerfile text | |
| Makefile text | |
| *.sh text eol=lf | |
| # ========================= | |
| # Binary / generated artifacts | |
| # ========================= | |
| *.png binary | |
| *.jpg binary | |
| *.jpeg binary | |
| *.gif binary | |
| *.webp binary | |
| *.svg text | |
| *.pdf binary | |
| # ========================= | |
| # Data artifacts | |
| # ========================= | |
| *.csv text | |
| *.parquet binary | |
| *.arrow binary | |
| *.pkl binary | |
| *.joblib binary | |
| # ========================= | |
| # Ignore diffs for auto-generated outputs | |
| # ========================= | |
| artifacts/* linguist-generated | |
| __pycache__/* linguist-generated | |
| .cache/* linguist-generated | |
| # ========================= | |
| # YAML cards (important!) | |
| # Keep them text + diffable | |
| # ========================= | |
| templates/*.yaml text | |
| templates/*.yml text | |