# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: None

# Node artifacts
node_modules/
build/

# Rust stuff
debug/
target/

# C stuff
.cache/
