49 lines
488 B
Plaintext
49 lines
488 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)
|
|
infra/terraform-oke/
|
|
infra/k8s/
|
|
|
|
# Cache
|
|
.pytest_cache/
|
|
**/.pytest_cache/
|