# exclude everything
*

# include source files
!/bin
!/crates
!/testing
!book.toml
!Cargo.lock
!Cargo.toml
!Cross.toml
!deny.toml
!Makefile

# include for vergen constants
!/.git

# include dist directory, where the reth binary is located after compilation
!/dist

# include licenses
!LICENSE-*

# include example files
!/examples
