summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e8e85ff7b7e1073ac6dabb578aa23d56cbeb5562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Build artifacts (legacy, can be cleaned up)
build_release
build_debug
CMakeFiles/
.cache
compile_commands.json

# Rust specific
service/target/
**/*.rs.bk
**/*.swp
**/*.swo
.DS_Store
.idea/
.vscode/

external-docs/

# Claude Code
.claude/settings.local.json
SPRINT.md