Files
Local_Perplexity/.gitignore
fedos 3dfd7b73d3 chore: update gitignore and router timeout
- Добавлены docs/ и CLAUDE.md в .gitignore
- Таймаут роутера увеличен до 30 секунд

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 23:46:09 +03:00

27 lines
376 B
Plaintext

# игнорируем содержимое ent, кроме ent/schema
ent/*
!ent/schema
!ent/schema/**
# игнорируем маковский индекс
.DS_Store
# локальная документация
HELP.md
# Go binary
/server
*.exe
# Python
python/__pycache__/
python/.venv/
*.pyc
# env
.env
# docs и инструкции для Claude
docs/
CLAUDE.md