- agent-handoff-2026-03-10.md — GPT-5.4 code review (lifecycle issues, invocation history gap) - opus-pragmatic-review-2026-03-10.md — Opus прагматичный review для небольшого провайдера - Opus: gVisor/LLM validation — overkill для MVP, фокус на быстрые фиксы + ResourceQuota/NetworkPolicy - Обновлён progress.md с новыми документами - .gitignore — добавлен test.token
43 lines
837 B
Plaintext
43 lines
837 B
Plaintext
|
|
# S3 конфиги с кредами — не коммитим
|
|
.s3cfg*
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
testbin/*
|
|
hack/local.env
|
|
Dockerfile.cross
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
terraform/provider/build/
|
|
|
|
# Terraform state и кэш провайдеров (не коммитим)
|
|
**/.terraform/
|
|
**/.terraform.lock.hcl
|
|
**/terraform.tfstate
|
|
**/terraform.tfstate.backup
|
|
**/terraform.tfstate.*.backup
|
|
# Собранные zip-архивы функций (генерируются при terraform apply)
|
|
examples/*/dist/
|
|
**/handler.zip
|
|
test.token
|