Co-authored-by: Noah Boyers <noah@MacBook-Pro.local> Co-authored-by: Atif Ali <atif@coder.com> Co-authored-by: DevCats <christofer@coder.com> Co-authored-by: Noah Boyers <noah@coder.com>
42 lines
455 B
Plaintext
42 lines
455 B
Plaintext
# Local and OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*.bak
|
|
|
|
# Terraform
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
crash.log
|
|
|
|
# Node / Bun / Python / other tool artifacts
|
|
node_modules/
|
|
bun.lockb
|
|
package-lock.json
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Cloud credentials and keys
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.json
|
|
*.env
|
|
.envrc
|
|
aws-credentials
|
|
gcp.json
|
|
azure-creds.json
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar.gz
|
|
*.tgz
|
|
|
|
# Workspace artifacts
|
|
workspace/
|
|
output/
|