# Auto detect text files and perform LF normalization
* text=auto

# Python files
*.py text diff=python

# Documentation
*.md text
*.rst text
*.txt text

# Exclude files from exporting
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.pytest_cache export-ignore
__pycache__ export-ignore
*.pyc export-ignore
