forked from EvoMap/evolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (40 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
45 lines (40 loc) · 1.24 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
node_modules/
.env
# This repo is npm-canonical: only package-lock.json is tracked. A stray
# pnpm-lock.yaml from a local `pnpm install` would diverge from CI's npm
# install and silently feed mismatched dependencies into local dev.
pnpm-lock.yaml
memory/
workspace/
.evolver/
assets/gep/candidates.jsonl
assets/gep/external_candidates.jsonl
assets/gep/failed_capsules.json
assets/gep/genes.jsonl
assets/gep/capsules.json
assets/gep/capsules.jsonl
assets/gep/a2a/
dist-public/
dist-binaries/
.binary-stage/
# Docker / vibe testing
test/tmp/
.docker-test-state/
# Local identity persistence (device + node)
.evomap_device_id
.evomap_node_id
skills/
logs/
# Local triage notes (per-machine, never shipped to public or commits)
TRIAGE.md
# Cooperative-yield lock (created by users / release tooling to make the
# evolver --loop daemon stand down for a cycle). See src/evolve/guards.js.
# Always per-machine, never committed.
.evolver.lock
.claude-worktrees/
# Internal Claude working documents — contain local paths and audit notes not
# intended for the public repo. Prefix matches the project convention in CLAUDE.md.
claude-*.md
# Singleton pid file written by `--loop` daemon to enforce one-instance-per-repo.
# Per-machine, always recreated on launch.
evolver.pid