Files
A-Team-Security-Infra-Agent…/.gitignore
nogueiraguh abf248d714 feat: distribution package v1.0 — OCIR-based deployment without source code
- distribution/: public release package (docker-compose + terraform VM + README v1.0)
- docker-compose.yml pulls pre-built images from OCIR (no build, no source code)
- terraform/: VM stack (ARM Free Tier, LB+WAF+SSL, conditional DNS/Let's Encrypt)
- Removed terraform-oke/ and k8s/ from git (private, .gitignore)
2026-04-02 13:46:28 -03:00

48 lines
492 B
Plaintext

# Secrets
.env
.env.local
.env.*.local
*.pem
*.key
*.pk8
*.p12
*.jks
**/wallets/
**/oci_configs/
# System
.DS_Store
**/.DS_Store
# IDE
.idea/
.vscode/
*.swp
*.swo
# Python
__pycache__/
*.pyc
.venv/
# Node
node_modules/
# Build artifacts
dist/
# Terraform
**/.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
!*.tfvars.example
.terraform.lock.hcl
# Private deployment (OKE/K8s — not for public distribution)
deploy/terraform-oke/
deploy/k8s/
# Project internal docs
LESSONS_LEARNED.md