-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (29 loc) · 887 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (29 loc) · 887 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
/target
.DS_Store
*.swp
.idea/
.vscode/
.direnv/
.claude/
node_modules/
.pnpm-store/
.env
.env.*
# Per-machine agent memory identity (Aionforge Memory ID + namespace).
claude-id.json
codex-id.json
# Local working directories — spec, planning, research, design artifacts.
# These are working documents (and the frozen build spec) that never get
# committed. The leading underscore is the convention; the glob covers all.
_*/
# BEAM benchmark data is CC BY-SA 4.0 and is NEVER vendored — it lives outside the
# repo under ~/.aionforge/beam-data. Guard against an accidental in-repo copy.
**/beam-data/
**/beam-100k*.jsonl
*.parquet
# LongMemEval benchmark data is external and is NEVER vendored — it lives outside
# the repo under ~/.aionforge/longmemeval-data unless AIONFORGE_LONGMEMEVAL_DATA
# points elsewhere.
**/longmemeval-data/
**/LongMemEval*.json
**/LongMemEval*.jsonl