yolov8-object-detection / .gitattributes
izaskunmz
modified gitattributes
e319e5e
raw
history blame
355 Bytes
# Tratar datasets y runs como binarios para evitar conversiones de texto
datasets/combined/** binary
runs/detect/** binary
# Asegurar formato de texto en archivos clave
*.yaml text eol=lf
*.py text eol=lf
*.md text eol=lf
# Forzar archivos de configuración y modelos como binarios
*.pt binary
*.onnx binary
*.tflite binary
*.engine binary
*.ckpt binary