# Rust build artifacts
/target

# Runtime build artifacts
runtime/*.o
runtime/*.a
runtime/test_runtime
runtime/*.dSYM/

# Test artifacts
test_*
!test_*.rs
!tests/test_*.c
*.ll
*.o
a.out

# Generated executables
/hello_io
/echo
