# Generated by Cargo
# will have compiled files and executables
/target/

# These are backup files generated by rustfmt
**/*.rs.bk
**/*.idea
**/*.DS_STORE

# IDE files
.vscode/

# Ignore data files created by running the Docker Compose setup locally
/docker/data/
/docker/parity/chains/
/docker/parity/network/

/tests/integration-tests/**/build
/tests/integration-tests/**/generated
/tests/integration-tests/**/node_modules
/tests/integration-tests/**/yarn.lock

# Built solidity contracts.
/tests/integration-tests/**/bin
/tests/integration-tests/**/abis
/tests/integration-tests/**/truffle_output
