__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.env
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store

# MkDocs build output (deployed from CI, never committed)
site/

# Local source material — reference only, not distributed
*.docx
*.pdf
NotebookLM*.png

