-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (45 loc) · 859 Bytes
/
.gitignore
File metadata and controls
59 lines (45 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
target/
.DS_Store
report.xml
public
node_modules
bindings/go/.idea/
.idea/
profile.json.gz
output/
*.cdx.xml
*.cdx.json
# auto-summarization files
git_diff_full.txt
# simulator
gl_synthetic_data*/
gkg_simulator_manifest.json
crates/simulator/profiles
evaluation_results*/
# Tilt secrets (contains passwords)
.tilt-secrets
# Local environment (credentials)
.env
# Local dev environment config (user-specific paths)
.gkg-dev.conf
# Dev logs, pid files, and runtime artifacts
.dev/
# Vendored helm charts (generated by helm/sync.sh)
helm/gkg/
helm/charts/
# Proto gem build output
_build/
# Git worktrees
.worktrees/
.claude/worktrees/
# Lefthook local overrides
lefthook-local.yml
# Local planning docs
todo.md
plan.md
# Session logs
.sessions/
# Benchmark results
benchmark_results/
# Profiler result files (local benchmarks)
fixtures/profiling/