textmachine/.gitignore
2026-07-04 14:21:33 +03:00

30 lines
618 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
# Claude Code — личные (некоммитируемые) настройки прав
.claude/settings.local.json