Spaces:
Sleeping
Sleeping
| # Git attributes for OBD Logger | |
| # This file controls how git handles different file types | |
| # Large files that should be excluded from HF Space pushes | |
| logs/**/*.csv filter=exclude-hf | |
| *.csv filter=exclude-hf if=size>10MB | |
| model/**/*.pkl filter=exclude-hf if=size>5MB | |
| # Text files | |
| *.py text | |
| *.md text | |
| *.txt text | |
| *.json text | |
| *.sh text | |
| # Binary files | |
| *.pkl binary | |
| *.png binary | |
| *.jpg binary | |
| *.jpeg binary |