Initial commit - BraceIQMed platform with frontend, API, and brace generator

This commit is contained in:
2026-01-29 14:34:05 -08:00
commit 745f9f827f
187 changed files with 534688 additions and 0 deletions

68
.gitignore vendored Normal file
View File

@@ -0,0 +1,68 @@
# ============================================
# BraceIQMed - Git Ignore Configuration
# ============================================
# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.pyc
*.pyo
# Build outputs
dist/
build/
*.egg-info/
# Environment files (keep .env.example)
.env
.env.local
.env.production
# Database files
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# Logs
logs/
*.log
npm-debug.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Testing
coverage/
.pytest_cache/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Model weights (downloaded at runtime)
models/*.pt
models/*.pth
scoliovis-api/models/*.pt
# User uploads and outputs (mounted as volumes)
api/data/
data/uploads/
data/outputs/
# OS files
Thumbs.db
.DS_Store
# Docker volumes (local development)
docker-data/