Files

30 lines
475 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Виртуальные окружения
/.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