.gitignore 336 B raw
1
# Notes and random stuff
2
TODO
3
DEBUG
4
NOTES
5
AGENTS.md
6
CLAUDE.md
7
/notes
8
/tools
9
/.research
10
/.claude
11
/.codex
12
/.ai
13
14
# Compiler/build output
15
/bin
16
*.rv64
17
*.rv64.debug
18
*.o
19
20
# Seed binary (tracked, but not stage intermediates)
21
!seed/
22
!seed/*
23
seed/radiance.rv64.s*
24
25
# Backups we don't want to check-in
26
*.backup
27
28
# Library test files
29
lib/std.test*