aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2bef7c5bf5eb9369e8cb2f9696614c579599660e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build output
build/

# Symlink to build artifact
compile_commands.json

# Editor / IDE caches
.cache/

# Certificates (generated, contain private keys)
certs/

# Claude Code local state
.claude/

# Relevant to the project but not to be pushed
CLAUDE.md