-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (31 loc) · 871 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (31 loc) · 871 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
.direnv
pkgs/result
# Stray root-owned dir some sudo'd tool dropped in the repo root (2026-07-15) —
# unreadable to the user, so git status/starship's git_status silently ate the
# permission-denied cost on every prompt render. Ignored in case it recurs.
/.cache
# nebula's hand-appended rebuild log (untracked since the dual-OS merge review)
updates.log
**/.DS_Store
.obsidian
**/result
result-*
*.swp
*~
# Ignore local Claude state (settings.local.json, worktrees) but track shared skills
.claude/*
!.claude/skills/
.todos/
# Compiled Neovim spellfile (regenerated from the tracked .add)
home/nvim/.config/nvim/spell/*.spl
# Sidecar worktree state files
.sidecar/
.sidecar-agent
.sidecar-task
.sidecar-pr
.sidecar-start.sh
.sidecar-base
.td-root
/.codebase-memory
# Generated OKF bundle graph (okf viz — okf lives in github:kriswill/okflight)
knowledge/viz.html