# CMake out-of-source build directories (venvs, results/, corpus manifest,
# fetched sources, and everything else all land inside these — none of it
# touches the source tree except what's listed below).
/build/
/build-*/

# cargo builds in-source (CMakeLists.txt runs it with WORKING_DIRECTORY
# set to benchmarks/rust) — this is the one build artifact that isn't
# already contained in an ignored build directory above.
rust/target/

# `go build .` / `go run .` compiled binaries, if ever built in-source
# during manual testing (go.mod's module name, as an exact filename).
go/ctoonbenchgo

# OS/editor cruft
.DS_Store
