Initialimport: Wissensbasis Layer 2 (601 kuratierte Einträge)
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/).
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user