target/**
book/**
pkg/**
pkg_nm/**
dist/**
node_modules/**
.git/**

# Generated or heavy documentation outputs. Keep markdown docs indexable, skip rendered pages.
src/docs/previews/**
src/docs/theme/*.wasm
src/docs/theme/seraplot-web*
src/docs/theme/seraplot_bg.wasm
*.html
*.wasm

# Binary/static assets are usually noise for coding context.
src/asset/**
*.png
*.jpg
*.jpeg
*.gif
*.ico

# Python and build caches.
__pycache__/**
*.pyc
.pytest_cache/**

# Local AI/generated scratch files.
.sera-ai/file_index.json
