Implements detect-redact-sanitize pipeline with regex, domain rules, and ONNX NER before the LLM boundary, plus NUnit tests and Xenovex push documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
298 B
Plaintext
24 lines
298 B
Plaintext
## .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
.vs/
|
|
|
|
## ONNX models (place downloaded models here locally)
|
|
models/*.onnx
|
|
models/vocab.txt
|
|
models/ner-labels.txt
|
|
models/*.json
|
|
!models/.gitkeep
|
|
|
|
## IDE
|
|
.idea/
|
|
*.swp
|
|
|
|
## Local experiments (not part of the solution)
|
|
scratch/
|
|
|
|
## Test artifacts
|
|
**/nunit_random_seed.tmp
|