textmachine/.gitignore
Claude (backend session) 9bb00d49f2 Initial commit: documentation, eval polygon, backend step 0 verdict
TextMachine project repository (AI translation of literary books).
Includes: v2 architecture decisions, MVP plan, research 01-12,
polygon experiments 01-03, backend-session revalidation verdict
(03-implementation-notes.md).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 06:50:59 +03:00

27 lines
497 B
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
# Редакторы/ОС
.vscode/
.idea/
*.swp
.DS_Store