target/
**/*.rs.bk
.idea

# MacOS misc file
*.DS_Store

# Wasm files
*.wasm
*.wat

# Temporary file of ipfs node example
/examples/ipfs_node/wasm/artifacts/ipfs_rpc_file

# Allowed Wasm files for examples
!/examples/greeting/wasm/artifacts/greeting.wasm
!/examples/ipfs_node/wasm/artifacts/ipfs_rpc.wasm
!/examples/ipfs_node/wasm/artifacts/wasm_modules/*
!/examples/records/wasm/artifacts/wasm_modules/*