# Use Git LFS for large binary model files pneumonia_cnn_model.h5 filter=lfs diff=lfs merge=lfs -text # Treat Python files as text and ensure correct line endings *.py text eol=lf # Gradio config files and metadata *.json text eol=lf *.txt text eol=lf README.md text eol=lf # Other binary model files *.h5 binary *.hdf5 binary # Images (optional) *.png binary *.jpg binary *.jpeg binary # Ignore notebook diffs (optional) *.ipynb linguist-generated=true # Shell scripts *.sh text eol=lf # YAML config *.yaml text eol=lf *.yml text eol=lf