# 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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.pyre/

# Environment and settings
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
config.yaml
!config/default_config.yaml

# Audio files & application data
data/recordings/*.wav
*.wav
*.mp3
*.aac
logs/
*.log

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project

# OS
Thumbs.db
*.tmp
*.bak
*.swp
*~.nib
desktop.ini

