Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
63 lines
580 B
Text
63 lines
580 B
Text
# Binaries
|
|
bin/
|
|
kedge-cni
|
|
kedge-daemon
|
|
|
|
# Go
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
vendor/
|
|
|
|
# Proto generated code
|
|
api/quartermaster/v1/*.pb.go
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
yang/.venv/
|
|
|
|
# Secrets — NEVER commit
|
|
*.key
|
|
*.pem
|
|
vault_pass*
|
|
.env
|
|
.env.*
|
|
credentials.json
|
|
kubeconfig
|
|
*.kubeconfig
|
|
|
|
# Terraform
|
|
terraform/.terraform/
|
|
terraform/**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
.terraform.lock.hcl
|
|
|
|
# Ansible
|
|
*.retry
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Coverage
|
|
coverage.out
|
|
coverage.html
|