# Environment
.env
.venv/
venv/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg

# Audio
*.wav

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Old files (replaced by src/speaksy/)
voicetype.py
config.yaml
requirements.txt
