# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Voice reference samples (personal data — don't commit recordings)
server/reference/*
!server/reference/.gitkeep
reference/*
!reference/.gitkeep

# Build artifacts
dist/
*.egg-info/

# Local secrets / env
.env
.env.local

# Local-only Claude instructions (personal deployment notes, etc.)
CLAUDE.local.md

# Local voice samples / experiments (raw reference audio, ElevenLabs previews, etc.)
voices/

# IDE / OS junk
.DS_Store
.idea/
.vscode/

# Audio recordings outside the reference dir
/*.wav
