blob: 2767e204c0969899bdcf8e3a6725da41f552651c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Build output
build/
# Symlink to build artifact
compile_commands.json
# Editor / IDE caches
.cache/
# Claude Code local state
.claude/
# Relevant to the project but not to be pushed
CLAUDE.md
|