Initial commit: BodySpec Insights - comprehensive DEXA analytics tool
This commit is contained in:
commit
c7d0255f61
10 changed files with 907 additions and 0 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal 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/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue