# --- Reference PDFs (not needed at runtime; see DATA.md) ---
*.pdf

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

# --- OS ---
Thumbs.db
.DS_Store
