OBD_Logger / .gitattributes
LiamKhoaLe's picture
Update .gitattributes and remove workflow documentation
4af042e
raw
history blame contribute delete
399 Bytes
# 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