OSVauco/.gitignore
Chris Christiansen a807b0dd89 feat(C2): customer stamp-out struktur og create_customer.sh
- customers/_template/ med main.tf, variables.tf, terraform.tfvars
- customers/medioteq/ populert med produksjonsverdier
- infrastructure/scripts/create_customer.sh for stamp-out av nye kunder
- .gitignore: unntak for customers/**/*.tfvars
2026-05-30 14:56:13 +00:00

51 lines
518 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
.env
# Credentials — NEVER commit these
*.json
credentials/
*.key
*.pem
service_account*.json
application_default_credentials.json
# GCP / ADK
.gcloud/
adk_sessions/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temp
/tmp/
*.log
.env.prefilled
# Terraform
.terraform/
tfplan.txt
infrastructure/terraform/tfplan
**/tfplan
!infrastructure/terraform/customers/**/*.tfvars