Files
pv-agent/.gitignore
T

19 lines
338 B
Plaintext

# Licensed source corpora — local only, never commit
.lexis360/
.wiku/
.firecrawl/
# Scraped legal reference texts — local only
.rechtsprechung/
# Odoo addon mirror (symlink auf ../odoo-at-payroll/addons) — local only
.oddo-module
# RAG service artifacts (index, caches, venv)
data/
__pycache__/
*.pyc
.venv/
.pytest_cache/
.env