textmachine/.gitignore

35 lines
763 B
Text
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.

# Секреты — никогда не коммитить
*.env
.env.*
!.env.example
# Полигон (eval): виртуальное окружение, данные, кэши
eval/.venv/
eval/data/
eval/tokenizers/
__pycache__/
# Go: артефакты сборки и тестов
backend/bin/
backend/dist/
*.test
*.out
# Рабочие БД и проекты книг (артефакты запусков)
*.db
*.db-wal
*.db-shm
*.db.lock
# Редакторы/ОС
.vscode/
.idea/
*.swp
.DS_Store
# Claude Code — личные (некоммитируемые) настройки прав
.claude/settings.local.json
*.key.json
# exp16 versioned contrast corpus (jieba 0.42.1 dict.txt, 5MB) — SHA pinned in the report, reproducible
eval/exp16/data/