# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.python-version
uv.lock

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

# Environment
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Mypy
.mypy_cache/

# Output files
*.pcm
*.wav
*.mp3
output_*.pcm
output_*.wav
output_*.mp3

# OS
.DS_Store
Thumbs.db

*.ipynb
.config/
plans/

# Test scripts
test_new_api_key_design.py
test_user_example.py
test_wav_conversion_bug.py
