# Ephemeral: regenerable via setup.sh
tools/
.cache/

# Claude Code tool state
.claude/

# Runtime build artifacts: regenerable via runtime/build.sh from
# runtime/src/*.s.  The source files (.s, build.sh) are tracked.
runtime/*.o
runtime/*.o.bak
runtime/*.o.tmp

# Per-test build outputs.
tests/coremark/build/
tests/coremark/coreMark.bin

# Editor / OS
*.swp
*.swo
.DS_Store
*~
