pediatric-ai-scribe/.gitignore
ifedan-ed 993e46f720 Initial commit: Pediatric AI Scribe v1.0.0
- 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
2026-03-17 21:46:05 -04:00

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/