-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (38 loc) · 693 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (38 loc) · 693 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
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.eggs/
.pytest_cache/
.coverage
# Runtime memory data
memory/vector_db/
memory/long_term/
memory/raw/
memory/chronos/
memory/msa/
memory/tracker/
memory/insights/
memory/kg/
memory/daily/
memory/*.md
memory/heartbeat-state.json
memory/server.pid
memory/server-stdout.log
memory/server-stderr.log
memory/bookmarks.jsonl
memory/ingestion_state.json
memory/ingestion_hashes.json
memory/scheduler_state.json
*.log
# Generated at runtime
PERSONALITY.yaml
MEMORY.md
# Benchmark run-specific artifacts (regenerated by CI)
benchmarks/*_report_*.json
benchmarks/longmemeval_report.json
benchmarks/_backup/
# Unrelated project files
Joey_*.md
Joey_*.scad