# Build artifacts
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Config with secrets
.prompt-shell/

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

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml
reports/

# Audio debug files
*.wav

# Docker
.dockerignore

# Git
.git/
.gitignore
