aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 285b7d527720f3c75af3bda3c947eea3a8566eb9 (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/

# Certificates (generated, contain private keys)
certs/

# Claude Code local state
.claude/