15 lines
268 B
Text
15 lines
268 B
Text
# 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
|
|
|
|
# Editor / OS
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|