42 lines
471 B
Plaintext
42 lines
471 B
Plaintext
# Created: 2026-03-11
|
|
# Purpose: ignore generated artifacts for the `examples` repository
|
|
|
|
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform.lock.hcl
|
|
crash.log
|
|
|
|
# Terraform plans / backups
|
|
*.tfplan
|
|
*.backup
|
|
*.bak
|
|
|
|
# Provider plugins / caches
|
|
.terraform.d/
|
|
|
|
#*.tfvars
|
|
|
|
# Archives and build artifacts
|
|
*.zip
|
|
dist/
|
|
build/
|
|
|
|
# Node / Python
|
|
node_modules/
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.venv/
|
|
|
|
# Editor / OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment files
|
|
.env
|
|
*.local
|
|
*.log
|