textmachine/.gitignore

47 lines
1.2 KiB
Text
Raw 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
# Сайдкары движка рядом с БД (манифест, банк, стоп-таблицы — состояние книги, вне git; D39.122)
*.db.*.json
*.db.*.txt
*.db.*.yaml
# Редакторы/ОС
.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/
frontend/references/.check.log
# Кэш npm/vite при запуске тестов из корня (зависимости фронта — frontend/node_modules)
node_modules/
# Codex - настройки
.codex/config.toml