Files
beaver_project/.gitignore
steven_li 826db8ec2e ```
feat(llm): 添加 Hermes Gateway LLM 设计文档
```
2026-06-01 16:05:15 +08:00

39 lines
672 B
Plaintext

# Runtime data generated by local Docker deployment
authz-service/runtime/data/
authz-service/src/data/
app-instance/runtime/instances/
app-instance/runtime/registry/
router-proxy/runtime/conf.d/
runtime/
!auth-portal/src/app/api/runtime/
!auth-portal/src/app/api/runtime/**
sessions/
**/sessions/state.db
**/runtime/**/*.lock
# Local build / cache artifacts
**/__pycache__/
**/.pytest_cache/
**/node_modules/
**/.next/
**/.next-dev/
**/.turbo/
**/.ruff_cache/
**/.mypy_cache/
**/.cache/
**/.codegraph/
**/.venv/
**/dist/
**/build/
**/*.egg-info/
**/tsconfig.tsbuildinfo
*.log
*.tmp
*.py[cod]
# Local secrets / env files
.env
*.env
*.pem
app-instance/frontend/.env_prod