# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Source code
*.c     text
*.cpp   text
*.h     text
*.hpp   text
*.cxx   text
*.hxx   text
*.py    text
*.pyx   text
*.pxd   text
# Configuration files and scripts
*.sh          text eol=lf
*.bat         text eol=crlf
*.cmd         text eol=crlf
*.cfg         text
*.csv         text eol=lf
*.cmake       text
*.json        text
*.jinja2      text
*.yaml        text
*.yml         text
*.xml         text
*.md          text
*.txt         text
*.ini         text
*.ps1         text
.coveragerc   text
.gitignore    text
.mu_repo      text
.cproject     text
.project      text
.pydevproject text
# Documentation
*.css    text
*.html   text
*.rst    text
*.in     text
LICENSE  text
Doxyfile text
# Binary files
*.png     binary
*.jpg     binary
*.jpeg    binary
*.db      binary
*.pickle  binary
*.h5      binary
*.hdf     binary
*.xls     binary
*.xlsx    binary
*.db		  binary
*.p 		  binary
*.pkl 		binary
*.pyc 		binary
*.pyd		  binary
*.pyo 		binary
