-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
172 lines (141 loc) · 2.85 KB
/
Copy path.gitignore
File metadata and controls
172 lines (141 loc) · 2.85 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# 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-*/
!cli-first-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/
# ACE-STEP v1.5 external dependency (provisioned by devops, NOT checked in).
# Cloned at a pinned ref for the train.py/cli.py --help byte-confirm + the
# Docker image clone. See Trainers/ace_step/Dockerfile + the build contract §9.
vendor/
# ACE-STEP default audio-corpus landing dir (generic data_dir fallback, §5).
# Large binary audio is never committed; a researcher points dataset.data_dir
# at their own corpus, or drops audio here when data_dir is left empty.
Datasets/ace_step_corpus/
# Local training outputs
webllm_output/
sft_output_mac/
grpo_output_rtx3090/.worktrees/
# Local scratch workspace
scratch/
# Private transcript-derived training data (local Claude/Codex logs) — NEVER commit
private/
# Runtime/test scratch output
/.runtime_tmp/
/.tmp/
/pytest-cache-files-*/
/tmp/*
!/tmp/clipcannon-review/
!/tmp/clipcannon-review/**
# 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/