__pycache__/
*.egg-info/
.venv/
dist/
build/
*.pyc
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/
.claude/*
!.claude/skills/
.gitnexus
.opencode
# Build artifacts — compiled examples (golden copies live in tests/golden/examples/corpus/)
examples/**/*.html
.DS_Store
**/.DS_Store

# Scratch / temp dirs
.scriba_tmp/
tmp_sl_clip/

# Node tooling (local only — not part of Python package)
node_modules/
package-lock.json
package.json
