-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (96 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
119 lines (96 loc) · 1.74 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Binaries
/pilot
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.html
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build
dist/
# Local config (use pilot.example.yaml as template)
pilot.yaml
config.yaml
# Environment variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
.eggs/
*.egg
.pytest_cache/
venv/
.venv/
# Data files (local to user)
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# Logs
*.log
logs/
.agent/.marker-log
# Navigator context markers (session-specific)
.agent/.context-markers/
# Navigator session-scoped runtime state (regenerated per session)
.agent/.nav-read-counter.json
.agent/.nav-workflow-state.json
# Claude Code worktrees (full repo clones, never commit)
.claude/worktrees/
.claude/scripts/
.claude/scheduled_tasks.lock
# Secrets
*.pem
*.key
secrets/
# Build artifacts
.next/
docs/public/_pagefind/
docs/tsconfig.tsbuildinfo
Library/
# Research output (local to user)
.agent/research/
# Nested git repo (docs has its own GitLab repo)
docs/.git
# Desktop app build artifacts
desktop/frontend/node_modules/
desktop/frontend/dist/
!desktop/frontend/dist/.gitkeep
desktop/frontend/wailsjs/
desktop/frontend/package.json.md5
desktop/build/bin/
desktop/build/darwin/Info.dev.plist
# Embedded dashboard build artifact (created by make build-with-dashboard)
cmd/pilot/dashboard_dist/
# Bench cross-compiled binaries
pilot-bench/bin/
# Bench job outputs
pilot-bench/jobs/
# Navigator runtime state (session-local, not knowledge)
.agent/.features-shown-*
.agent/.nav-runtime-state.json
.agent/.nav-runtime-state.lock
.agent/.nav-v6-state.bak/
deploy/grafana/*.bak