__pycache__/
*.egg-info/
.pytest_cache/
dist/
build/
examples/.ipynb_checkpoints/
.claude/
.python-version

# Generated HTML outputs from examples/ scripts
svg_demo.html
summary_demo.html
box_edges_demo.html
value_format_demo.html
interactive_demo.html
pandas_polars_demo.html
rug_borderless_demo.html

# Docs site build + tooling
/site/
/.venv/
.cache/

# The live example embeds under docs/examples/assets/ ARE committed (small, and
# served by GitHub Pages without a backend install). Re-include them despite the
# broad demo-output patterns above; regenerate with `python docs/gen_examples.py`.
!docs/examples/assets/*.html
