# Deps and test files
node_modules
lib
contracts/vendor/*.sol

# build output
artifacts
forge-artifacts
cache
typechain
coverage*
deployments

# Other autogenerated files
gasReporterOutput.json
slither.db.json

# MIPS.sol has special VM formatting, not like other contracts.
# Prettier also fails to handle YUL functions with multiple return variables.
contracts/cannon/MIPS.sol
