/target

# local stores, fold artifacts, scratch
/store*
/data
/scratch
/.claude
*.fold
npm/turndb/turndb.wasm
npm/turndb/LICENSE
npm/turndb/NOTICE
npm/turndb/*.tgz

# Native package output is rebuilt and install-tested from source. Only package metadata belongs in
# git; shared libraries, collected prebuilds, tarballs, and dependency trees do not.
bindings/node/artifacts/
bindings/node/dist/
bindings/node/*.node
bindings/node/npm/*/*.node
bindings/node/*.tgz
bindings/node/npm/*/*.tgz
bindings/node/node_modules/
bindings/browser/node_modules/

# `cargo run --example readme_check` opens a store at this relative path, so it lands in the
# repository root. A generated store is binary and content-addressed; a reviewer cannot read a diff
# of one. The fix is the example writing to a temp dir (turndb#34) - this is the backstop, not it.
mystore/

# Python bytecode from the release control scripts, which import one another by path.
__pycache__/
