-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (35 loc) · 785 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (35 loc) · 785 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
.claude/handoffs/
.vscode/
*.log
venv/
.idea/
*.*~
dots/
*.pyc
backup
.bashrc
.tmux*
.vagrant
*.sw[po]
.*.sw[po]
.DS_Store
iterm2-colors
dot/env/dyn.env
private/
# nix build output
result
# omlx runtime state
dot/omlx/.omlx/stats.json
# omlx secrets (generated from settings.json.tpl via `just secrets`)
dot/omlx/.omlx/settings.json
# pi runtime state (sessions, auth tokens, generated files)
dot/pi/.pi/agent/sessions/
dot/pi/.pi/agent/auth.json
# extracted release archives (e.g. pi binary dropped here accidentally)
/pi/
# oMLX runtime directory symlink (stow creates ~/.omlx -> dot/omlx/.omlx)
/.omlx
# direnv secrets (use .envrc.example for structure)
nixos/.envrc
# generated secrets (use secrets/.env.tpl as template, run `just secrets`)
nixos/secrets/.env