refs #62625 добавил прототип классификатора типов документов
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user