-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
151 lines (124 loc) · 2.13 KB
/
.gitignore
File metadata and controls
151 lines (124 loc) · 2.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Environment
.env
.env.local
# Experiment tracking registry (local run data, not committed)
.tracking/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.AppleDouble
.LSOverride
# MLX/Training specific
*.npz
*.pt
*.pth
checkpoints/
logs/
# Web UI
web-ui/node_modules/
web-ui/.next/
web-ui/.env*.local
web-ui/out/
web-ui/build/
outputs/
*.log
# HuggingFace cache
.cache/
models--*/
# Jupyter
.ipynb_checkpoints/
# Testing
test_dataset.jsonl
unsloth_compiled_cache/
.history/
# Claude export data (large files)
data-*/
!tool-schemas.json
!package.json
# Generated analysis files
conversation_analysis_*.json
conversation_analysis_*.txt
*_analysis_*.json
*_analysis_*.txt
# Converted datasets (keep originals tracked)
claude_conversations_chatml.jsonl
personal conversations/
sft_output_rtx3090/
results/
# Temporary quality review scoring scripts (created by parallel agents)
score_batch*.py
manual_score_batch*.py
Datasets/quality_review/batch_*_summary.txt
Datasets/quality_review/batch_*_summary.md
Datasets/quality_review/score_batch*.py
# Archive directory (legacy files, not actively maintained)
/archive/
/archive/synthchat-cli-schema-*/
/archive/legacy-cli-schema-*/
# Backup files
*.backup
*.bak
nexus-tools-sft14-kto3
nexus-tools_v0.1.10
llama.cpp/
**/llama.cpp/
# SynthChat generated artifacts
SynthChat/interactions/
Evaluator/interactions/
SynthChat/output/
# Local training outputs
webllm_output/
sft_output_mac/
grpo_output_rtx3090/.worktrees/
# Local scratch workspace
scratch/
# Local git worktree metadata
/.worktrees/
Meditations on Alignment/
Datasets/synthchat/
.worktrees/
.serena/
# Obvious generated training/test artifacts
Trainers/archive/
docs/test_*.jsonl
docs/test_*.review.md
docs/test_webllm_node.mjs
docs/webllm_test.html
docs/research/
# Archive folders (local historical snapshots)
Datasets/archive/
Evaluator/config/scenarios/archive/
docs/archive/
.claude/worktrees/
toolset-training-artifacts/