# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/

# Never commit book content, audio, or models.
# Real user data lives under the platformdirs user-data dir, not the repo,
# but belt-and-suspenders in case someone points YAPBOOK_DATA_DIR here:
*.pdf
*.epub
*.wav
*.mp3
*.flac
*.onnx
*.gguf
*.pt
*.pth
*.safetensors
# Public-domain test fixtures are the only exception:
!tests/fixtures/**
