llm-security/.gitignore
Kjell Tore Guttormsen a640f43d73 Squashed 'scanners/commons/' content from commit 0ffee85
git-subtree-dir: scanners/commons
git-subtree-split: 0ffee85a4b83b3661185488c06ed9a9994c11412
2026-08-10 20:40:16 +02:00

14 lines
487 B
Text

# Operational continuity state — LOCAL-ONLY, never committed.
# Rationale: this repository is published to a public mirror (Forgejo open/), and
# STATE.md must never reach a public surface. It is also vendored by consumers, so a
# committed root STATE.md would land inside every consumer's vendored copy.
/STATE.md
# Local-scoped notes/overrides convention (KTG global): never mirrored.
*.local.md
# Secrets never belong here — this repository is data only.
.env
.env.*
.DS_Store