Sector-specific example material is to be replaced by generic, fictitious
examples; this test keeps it replaced. Every tracked file's path, text and the
text a reader gets out of a binary fixture (zip members, inflated PDF streams)
is matched against a term list kept in a git-ignored local file
(`*.local.txt`). Without the file the check is skipped with a message, never
passed; the scanner's known-positive runs on a synthetic term either way. An
empty exception list is tested as a list.
Red on af2d1d3 with the list in place: 161 of 426 tracked files, 11 file
names, 12 of 27 binary fixtures.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
24 lines
326 B
Text
24 lines
326 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
|
|
# Environment / local
|
|
.env
|
|
.env.*
|
|
*.local.md
|
|
*.local.txt
|
|
.DS_Store
|
|
|
|
# Local-only: public remote — never publish session state or internal briefs
|
|
/STATE.md
|
|
/PLAN.md
|
|
/docs/oppstartsprompt.md
|
|
/.claude/projects/
|