# Environment — NEVER commit this
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# ANAMNE data — stays local
.anamne/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Generated artifacts
ANAMNE_*.docx
PROVENANCE_*.docx
scripts/node_modules/
scripts/package-lock.json
scripts/package.json
test-repo/
