# Auto detect text files and perform LF normalization
*.py text=auto eol=lf
*.pyx text=auto eol=lf
*.cpp text=auto eol=lf
*.h text=auto eol=lf
*.rst text=auto eol=lf
*.txt text=auto eol=lf
*.yml text=auto eol=lf
*.md text=auto eol=lf


# Force git to look at some files as binary
*.png binary
*.pdf binary
*.hdf binary

web/** export-ignore
tools/app/** export-ignore
tools/slim/** export-ignore
benchmarks/** export-ignore
doc/** export-ignore
.github/** export-ignore
paper/** export-ignore
readthedocs.yml export-ignore
.pre-commit-config.yaml export-ignore
.requirements.txt export-ignore
testimonials.bib export-ignore
tox.ini export-ignore
experimental/** export-ignore
examples/** export-ignore
release_notes.txt export-ignore
.gitignore export-ignore
.gitattributes export-ignore