# Secrets
.env

# Voice samples (personal)
my_voice_sample.mp3

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Test artifacts
.pytest_cache/
temp/
out/
dist/
logs/
*.log

# Local agent instructions
AGENTS.md

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
