__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
dist/
build/
runs/
.DS_Store
.claude/

# Never commit source books — they are copyrighted material
*.epub
*.pdf
*.mobi

# Test fixtures are generated files, not source material — allow them
!tests/fixtures/*.pdf
!tests/fixtures/*.epub
