# Auto detect text files and perform LF normalization * text=auto # Python files *.py text diff=python # Requirements files requirements.txt text # Documentation *.md text diff=markdown README.md text diff=markdown # Gradio files *.json text *.html text diff=html *.css text diff=css *.js text # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.woff binary *.woff2 binary # Git files .gitattributes text .gitignore text