Files
pv-agent/.gitignore
T

15 lines
249 B
Plaintext

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