85 lines
821 B
Plaintext
85 lines
821 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform.lock.hcl
|
|
terraform.tfvars
|
|
*.tfvars.backup
|
|
|
|
# Kubernetes
|
|
kubeconfig
|
|
*.kubeconfig
|
|
|
|
# Keys and Secrets
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.jks
|
|
keystore/
|
|
keys/
|
|
secrets/
|
|
*.env
|
|
.env.local
|
|
|
|
# Besu
|
|
besu-data/
|
|
chaindata/
|
|
datadir/
|
|
|
|
# Foundry
|
|
out/
|
|
cache/
|
|
broadcast/
|
|
.cronos-verify/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
venv/
|
|
env/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.backup.*
|
|
.env.backup
|
|
*~
|
|
|
|
# Temporary/working files
|
|
.batch_refactor_changed_files.txt
|
|
.safe_pass_changed_files.txt
|
|
.syntax_*.txt
|
|
.to_revert.txt
|
|
|
|
# Assets (icons are tracked, but exclude large files)
|
|
assets/azure-icons/*.zip
|
|
assets/**/*.tmp
|
|
assets/**/.*.swp
|
|
|