17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Terraform/Tofu
|
|
examples/tofu/**/.terraform
|
|
examples/tofu/**/.terraform.lock.hcl
|
|
examples/tofu/**/.terraform.tfstate
|
|
examples/tofu/**/.terraform.tfstate.backup
|