# ── PRIVATE RESEARCH VAULT — never commit ─────────────────────────
# All competitive research, strategy, business plans, drafts, and course material.
research/

# OS noise
.DS_Store

# Build artifacts
bin/
dist/
*.prof
*.test
testdata/corpus-large/

# External build dependencies fetched at build time (never vendored):
# ai-dynamo/nixl checkout for the adapters/nixl plugin (see its README).
build-deps/
adapters/nixl/build/

# Local env
.env

# Soak ARTIFACTS (logs, JSONL, pprof snapshots) — never the driver source
/soak
/soak.jsonl
bench/rigs/aws-soak/results/
bench/rigs/aws-dramgate/allocs-*.pb.gz

# Claude session rules — private, never push
CLAUDE.md

# Compiled command binaries accidentally built into the tree
/xferspike
/kvblockd
/kvbctl
cmd/xferspike/xferspike

# Python
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
*.egg-info/
python/**/dist/

# mutation-testing artifacts
report.json
bench/rigs/*/.rig-state

# locally built bench binaries
/kvbench
/crash
/getbench
internal/store/modeltest/testdata/rapid/
bench/rigs/aws-s3soak/results/
.claude/
