/
AlexandrNarbaev
/
opencode_initializer
Обзор
Документация
Войти
/
AlexandrNarbaev
/
opencode_initializer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
.gitignore
54 строки
623 B
Alexandr Narbaev
feat(v2.0.2): remove Moonshot/LiteLLM, restore test gates, wire dead modules
03 авг 2026, 22:59
03 авг 2026, 22:59
0eff737
Код
Авторство
О чём код?
# OS .DS_Store Thumbs.db # IDE .idea/ .vscode/ *.swp *.swo # Cache __pycache__/ *.pyc .cache/ # MkDocs site/ .venv-docs/ # Secrets *.key *.pem .env .env.local # Logs *.log setup-*.log # Archive versions setup_v[0-9]*.sh !setup.sh # Temp /tmp/ v[0-9]*.sh # .opencode/ — architecture docs ARE tracked, only generated files ignored .opencode/*.excalidraw wal/ .codegraph/ .wslconfig .agentic-tools-mcp/ sqlite_mcp_server.db *.log # Ignore ai-router root copies (moved to scripts/) /ai-router.sh /ai-router.json docs/changelog/index.md .opencode/state/ # Test/local node_modules node_modules/ # Build artifacts dist/