
# S3 конфиги с кредами — не коммитим
.s3cfg*

# Секреты — токены, ключи, кредентиалы никогда не коммитим
secrets/
# 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
*.tfvars
