# Auto detect text files and normalize line endings to LF * text=auto # Python files *.py text eol=lf *.pyx text eol=lf *.pyi text eol=lf # Shell scripts *.sh text eol=lf *.bash text eol=lf # Windows batch files *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf # Config files *.json text eol=lf *.toml text eol=lf *.yaml text eol=lf *.yml text eol=lf *.ini text eol=lf *.cfg text eol=lf # Documentation *.md text eol=lf README text eol=lf LICENSE text eol=lf # Binary files *.db binary *.sqlite binary *.png binary *.jpg binary *.jpeg binary *.gif binary *.webp binary *.mov binary *.mp4 binary *.webm binary *.pdf binary