14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
# Licensed source corpora — local only, never commit
|
|
.lexis360/
|
|
.wiku/
|
|
.firecrawl/
|
|
|
|
# Scraped legal reference texts — local only
|
|
.rechtsprechung/
|
|
|
|
# RAG service artifacts (index, caches, venv)
|
|
data/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.pytest_cache/ |