# Local reference copy of the Julia implementation (MIT, study material only)
DocumenterVitepress.jl-0.3.5/

# Internal working notes (agent context, design scratch) — not part of the
# published package. Architecture decisions that matter live in docs/adr/.
CLAUDE.md
DESIGN.md
screenshots/
.claude/

# Python
_build/
__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Node / VitePress
node_modules/
**/.vitepress/cache/
**/.vitepress/dist/

# OS / editor
.DS_Store
