.DS_Store
node_modules
results
temp
.nyc_output
coverage.json
*.tsbuildinfo
**/lcov.info

yarn-error.log
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

dist
artifacts
cache

packages/contracts-bedrock/deployments/devnetL1
packages/contracts-bedrock/deployments/anvil

# vim
*.sw*

# jetbrains
.idea/

.env
.env*
!.env.example
*.log

.devnet

# Ignore local fuzzing results
**/testdata/fuzz/

coverage.out

# Ignore bedrock go bindings local output files
op-bindings/bin
op-exporter


__pycache__

# Ignore echidna artifacts
crytic-export
