# Virtual environments
.venv/
venv/
env/

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

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment / secrets
.env

# IDE
.vscode/
.idea/

# OS junk
.DS_Store
Thumbs.db

# Dev scratch / debug output
out.txt
test_audio_hook.py
