# Mac
*.DS_Store
.Spotlight-V100
.Trashes
Thumbs.db
Desktop.ini

# IDEs
.idea/
.vscode/
*.swp
*.log

# Protobufs
*_pb2.*

# Testing
coverage
.coverage
tests.xml
lint.xml
.noseids
nosetests.xml
eslint.xml
jest.xml
local_testing*

# Generated
generated/
dist/
build/
tmp/
output/

# Python
__pycache__/
eggs/
dist/
build/
*.egg-info/
.env*
.mypy_cache

# JS
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.d.ts
.next

# Terraform
**/.terraform/*
*.tfstate
*.tfstate.*
crash.log
*.tfvars
*override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc

# Ethereum dev
artifacts/
cache/
