# 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 |