# Ignore git items
.gitignore
.git/
:include .gitignore

# Common large paths
node_modules/
build/
dist/
vendor/
.env/
.venv/
.tox/
*.min.js

# Ignore proto
*.proto

# Common test paths
test/
tests/
*_test.go
*.pb.gw.go
*.pb.go

# Semgrep rules folder
.semgrep

# Semgrep-action log folder
.semgrep_logs/

# Documentation
client/docs/

# GETH code
x/evm/core/
