refs #62625 добавил прототип классификатора типов документов

This commit is contained in:
2026-07-27 10:16:45 +03:00
commit 767a4c0a93
5 changed files with 1130 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Виртуальные окружения
/.venv/
/.venv-document-classifier/
# Реальные документы, ссылки и датасеты
/dataset/
/test_dataset/
/downloads/
/links/
/tests/
# Обученные модели
/models/
*.pt
*.pth
*.onnx
# Служебные файлы Python и инструментов
__pycache__/
*.py[cod]
/.pytest_cache/
/.mypy_cache/
/.ruff_cache/
# Настройки IDE и ОС
/.idea/
/.vscode/
.DS_Store
Thumbs.db