Initial commit: BodySpec Insights - comprehensive DEXA analytics tool

This commit is contained in:
Mac DeCourcy 2025-10-06 14:32:25 -07:00
commit c7d0255f61
10 changed files with 907 additions and 0 deletions

14
.gitattributes vendored Normal file
View file

@ -0,0 +1,14 @@
# Normalize line endings
* text=auto
# Python files
*.py text eol=lf
# Shell scripts
*.sh text eol=lf
# Data files
*.csv text eol=lf
*.json text eol=lf
*.md text eol=lf