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

40
.gitignore vendored Normal file
View file

@ -0,0 +1,40 @@
# Python virtual environment
venv/
env/
ENV/
*.pyc
__pycache__/
*.py[cod]
*$py.class
# PDF files (sensitive health data)
*.pdf
# Results and output files (exclude directories but allow README.md)
dexa_out/
data/pdfs/*.pdf
data/results/*.csv
data/results/*.json
*.csv
*.json
# Exclude generated markdown but keep README files
summary.md
!README.md
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
# Distribution / packaging
dist/
build/
*.egg-info/