-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (23 loc) · 755 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (23 loc) · 755 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
# Python bytecode
__pycache__/
*.py[cod]
# msys/cygwin crash dumps
*.stackdump
# Claude Code local / harness state
.claude/
# oh-my-claudecode and oh-my-codex local working state
.omc/
.omx/
# multi-model-team local state (plans, scratch). The project-local roster (.mmt/roster.json) is
# meant to be checked in (shared team routing config), so it is un-ignored below.
.mmt/
!.mmt/roster.json
# Runtime HUD state lives in ~/.cache/mmt (outside the repo), but ignore any local copy
.cache/
*.tmp
# Node dependencies — node-pty is a native module; its prebuilt binary is platform/arch/abi-specific,
# so don't commit it. Consumers run `npm install` (package-lock.json IS committed for reproducibility).
node_modules/
# OS cruft
Thumbs.db
.DS_Store