# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Environment files
.env
.env.local
.env.production
.env.*.local

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

# Generated files
*.mp3
*.wav

# Failed upload stash (for retry)
failed_uploads/

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Distribution / packaging
*.egg-info/
dist/
build/

# OS
.DS_Store
