-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (56 loc) · 1.21 KB
/
Copy path.gitignore
File metadata and controls
69 lines (56 loc) · 1.21 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
# Node / pnpm
node_modules/
.pnpm-store/
dist/
build/
coverage/
*.tsbuildinfo
# CI prefetch of the embedding model (local-model layout; ephemeral on runners)
.model-cache/
# Retrieval eval harness report (apps/server/src/test/retrieval) — regenerated every run
.eval-report/
# Python (Hermes plugin tests run via `python -m unittest`)
__pycache__/
*.pyc
*.pyo
# Env
.env
.env.*
!.env.example
# Local-only personal notes (not for the repo)
*.local.*
docker-compose.override.yml
# Per-user Pi subagent model routing; copy the versioned template to configure it.
.pi/subagents.json
# Local SQLite (dev / testing)
*.db
*.db-journal
*.db-wal
*.db-shm
data/
data-dev/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor
.idea/
.vscode/
*.swp
*.swo
.claude/settings.local.json
# Orca local artifacts (agent orchestrator scratch)
.orca/
# Local-only artifacts that keep landing in `git add -A`.
# `data-dev/` is already ignored above; its timestamped backups are the same
# dev-seed data, regenerated by every `dev:docker:up`.
data-dev.backup-*/
.playwright-mcp/
# Operator's own LAN compose override, not part of the shipped stack.
docker-compose.lan.yml
# Local Pi runtime state
.atl/