# Auto-detect text files and normalize line endings * text=auto # Force LF for scripts and source files (Linux에서 실행되는 파일) *.sh text eol=lf *.py text eol=lf *.yml text eol=lf *.yaml text eol=lf *.env* text eol=lf Dockerfile text eol=lf # Force CRLF for Windows-only files *.bat text eol=crlf *.ps1 text eol=crlf