bin/
/server
/nram
/nram-server
# Cross-platform release build output (scripts/ci/build_cross.sh default dir).
/dist/
*.db
*.db-shm
*.db-wal
ui/node_modules/
ui/dist/
ui/vite.config.js
ui/vite.config.d.ts
server.test
ui/coverage/

# Built UI output copied in by `make build-ui` and embedded via go:embed.
# .gitkeep is tracked so the directory exists for a fresh-clone `go build`
# before the UI has been built.
internal/ui/dist/*
!internal/ui/dist/.gitkeep

# Local-only recall contamination harness and fixtures: synthetic-trial
# artifacts kept for our own re-runs but not part of the shipped repo.
/internal/service/recall_contamination_test.go
/internal/service/testdata/recall_contamination/

# Local-only recall regression harness and fixtures: stress-test
# artifacts kept for our own re-runs but not part of the shipped repo.
/internal/service/recall_regression_test.go
/internal/service/recall_regression_helpers_test.go
/internal/service/testdata/recall_regression/

# Local-only live recall tuning harness: connects to a live backend and embeds
# owner-specific identity probes; kept for our own re-runs, never committed.
/internal/service/recall_tuning_livedata_test.go
