/target
/dist
__pycache__/
*.pyc
*.so
.pytest_cache/
.venv/
.claude/settings.local.json

# Benchmark outputs live in docs/benchmark/ (committed); stale root copies only
/benchmark_results.json
/benchmark_plots/

# Zensical documentation build
/site/
/.cache/

# Playground wasm (generated by shell/build-wasm.sh; rebuilt in docs CI)
/docs/playground/pkg/

# CodeMirror bundle build dir (output committed under docs/playground/vendor/)
/.cm-build/
/docs/playground/vendor/.npmrc
