- Live encounter recording → HPI generation - Physician voice dictation → polished HPI - Developmental milestones checklist (AAP/Nelson) - 3-sentence summary generator - OpenRouter integration with model selector - Docker support - Mobile responsive UI
28 lines
264 B
Text
28 lines
264 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment variables (NEVER push API keys)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build
|
|
dist/
|
|
build/
|