25eb285160
571 Lexis-Briefings (lb-*) + 30 WIKU-Publikationen (wk-*) in 69 Clustern, Frontmatter-Schema als Single Source of Truth; kb.json + INDEX.md generiert. .gitignore für lizenzierte/lokale Corpora (.lexis360, .wiku, .firecrawl, .ris) sowie künftige RAG-Artefakte (data/).
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
# Licensed source corpora — local only, never commit
|
|
.lexis360/
|
|
.wiku/
|
|
.firecrawl/
|
|
|
|
# Scraped legal reference texts — local only
|
|
.ris/
|
|
|
|
# RAG service artifacts (index, caches, venv)
|
|
data/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/ |