АДРЕСНЫЙ РЕЖИМ - Batch-2 (Phase A/B): стабилизация LLM-маршрутизации жизненного цикла контрагентов и договоров + актуализация документации

This commit is contained in:
2026-04-08 12:42:02 +03:00
parent eec5ef4fc0
commit 1f9bb886ee
28 changed files with 2281 additions and 128 deletions
+29
View File
@@ -0,0 +1,29 @@
# Core VCS and caches
.git/
.vs/
.pytest_cache/
__pycache__/
.venv/
graphify-out/
# Runtime outputs and local datasets
logs/
tmp/
data/
llm_normalizer/data/traces/
llm_normalizer/data/assistant_sessions/
llm_normalizer/reports/
docs/ARCH/9_audit_artifacts/snapshot_samples/
# Frontend/build artifacts
**/node_modules/
**/dist/
**/.next/
**/.turbo/
# Large binary artifacts
*.zip
*.7z
*.db
*.sqlite
*.sqlite3