# 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