-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (55 loc) · 1.16 KB
/
.gitignore
File metadata and controls
66 lines (55 loc) · 1.16 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
# Compiled binaries and objects
/mnemonic
/bin/
/benchmark
/benchmark-quality
*.o
# Databases
*.db
# macOS
.DS_Store
# Python
.venv/
sdk/.venv/
sdk/mnemonic_agent.egg-info/
__pycache__/
*.pyc
# Presentation
Mnemonic_Pitch.pptx
scripts/create_pitch.py
# SDK evolution data (user-generated, not shipped)
sdk/agent/evolution/principles.yaml
sdk/agent/evolution/strategies.yaml
sdk/agent/evolution/prompt_patches.yaml
sdk/agent/evolution/sessions.json
sdk/agent/evolution/changelog.md
sdk/agent/evolution/conversations/
# Machine-specific config (copy config.example.yaml to config.yaml)
config.yaml
# IDE / local config
.vscode/
.claude/settings.local.json
.vscode/
.claude/plans/
.claude/projects/
sdk/agent/evolution/.decay_stamp
# Training data (large downloads, not shipped)
training/data/
training/training/
training/tokenizer_qwen35/
# Model files (large, downloaded at runtime)
models/
# Training artifacts (generated at runtime)
wandb/
checkpoints/
training/sweep_results.tsv
comparison-results.md
benchmark-results.md
sweep-results.md
lifecycle-results.md
training/probe_results.tsv
models/
# llama.cpp build artifacts
third_party/llama.cpp/build/
*.o
lifecycle-test