ClinicalTrialBasics / gitattributes
essprasad's picture
Upload 10 files
7829d29 verified
# ================================================
# ⚙️ Clinical Research Chatbot – Simplified .gitattributes
# ================================================
# Version: Safe for Hugging Face UI-only management
# (no Git LFS required)
# --------------------------------
# --------------------------------
# Code & Config Files (text mode)
# --------------------------------
*.py text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.json text eol=lf
*.csv text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
*.toml text eol=lf
requirements.txt text eol=lf
runtime.txt text eol=lf
runtime.yaml text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf
# --------------------------------
# Binary & Data Files (no LFS)
# --------------------------------
*.pdf binary
*.docx binary
*.xlsx binary
*.zip binary
*.ppt binary
*.odt binary
*.png binary
*.jpg binary
*.jpeg binary
*.tif binary
*.tiff binary
*.gif binary
# --------------------------------
# Default handling
# --------------------------------
* text=auto eol=lf