51 lines
548 B
Text
51 lines
548 B
Text
# Python specific
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
__pycache__/
|
|
.hypothesis/
|
|
.ruff_cache/
|
|
.ropeproject/
|
|
|
|
# Node.js / JavaScript
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
dist/
|
|
build/
|
|
.cache/
|
|
.next/
|
|
out/
|
|
.vscode/
|
|
|
|
# Golang
|
|
bin/
|
|
obj/
|
|
vendor/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
|
|
# Go modules cache (optional if you vendor deps)
|
|
go.sum
|
|
go.mod
|
|
|
|
# Terraform
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.backup
|
|
.terraform/
|
|
.crash/
|
|
terraform.tfvars
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# General
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
*.log
|