# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/
build/
dist/
wheels/
.installed.cfg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/
.conda/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
Desktop.ini

# Tauri / Node (if/when the desktop app lands)
node_modules/
**/dist/
**/target/
src-tauri/target/
.next/

# Lystn-specific
hook.log
server.log
summary.log
*.wav
*.mp3
*.flac
*.pt
*.pth
*.onnx
lystn_debug.wav
.lystn/
cache/

# Models cache (HuggingFace downloads Kokoro here)
.cache/
hf_cache/

# Secrets
.env
.env.*
!.env.example
*.key
*.pem
secrets/

# Coverage / test
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
*.spec
pip-wheel-metadata/

# Local-only docs/notes
NOTES.md
TODO.md
SCRATCH.md
