forked from itigges22/ATLAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
177 lines (150 loc) · 3.09 KB
/
.gitignore
File metadata and controls
177 lines (150 loc) · 3.09 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
173
174
175
176
177
# ===========================================
# ATLAS .gitignore
# ===========================================
# ----- User Configuration -----
atlas.conf
.jwt_secret
*.local.conf
*.local
# ----- Development Task Files -----
TASK*.md
FIX_*.md
IMPLEMENT_*.md
ADD_*.md
CREATE_*.md
AUDIT*.md
*AUDIT*.md
FINAL_CLEANUP.md
DELETE_BEFORE_PUSH/
/plans/
docs/plans/
# ----- AI/Assistant Related (should not exist) -----
*claude*
*Claude*
.claude/
claude-*/
CLAUDE.md
# ----- Python -----
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
*.egg-info/
dist/
build/
eggs/
*.egg
.mypy_cache/
.ruff_cache/
# ----- Node.js -----
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# ----- IDE -----
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# ----- Logs -----
*.log
logs/
*_test_run.txt
*_output.txt
# ----- Models (too large for git) -----
*.gguf
*.bin
*.safetensors
*.pt
*.pth
# ----- Data directories -----
data/
training_data/
projects/
# ----- Secrets -----
*.pem
*.key
*.crt
.env
.env.*
secrets/
*secret*
# ----- Temporary files -----
tmp/
temp/
*.tmp
*.bak
*.backup
# ----- Test artifacts -----
.coverage
coverage.xml
junit.xml
test-results/
htmlcov/
# ----- Build artifacts -----
*.tar
*.tar.gz
*.zip
# Binaries
bin/
*.exe
*-darwin-*
*-linux-*
# ----- Development artifacts -----
validation_results.json
validate_geometric_lens.py
v2_verification_report.md
# ----- V1 vestiges (embedding-service replaced; V2.5 uses nomic-embed sidecar) -----
embedding-service/
# ----- V1 manifest templates (Qdrant and embedding-service removed in V2) -----
templates/qdrant-deployment.yaml.tmpl
templates/embedding-deployment.yaml.tmpl
# ----- Local data (not for git — user provides their own models) -----
/models/
# ----- Benchmark -----
benchmark/datasets/.cache/
benchmark/results/
benchmark/result/
v2_5_results/
V2_5_RALPH_LOOP_PROMPT.md
# ----- V2.5 results (development history, not final published result) -----
v2_5_1_results/
v2_5_1/
# ----- V3 ablation results: COMMITTED (raw evidence behind 74.6% claim) -----
# v3_ablation_results/ is NOT gitignored — it contains per-task pass/fail data
# for all ablation conditions (A-F) needed to verify published numbers.
# ----- Telemetry -----
*.jsonl
# ATLAS workspace (sandbox staging, backups)
.atlas/
.aider*
!.aider.model.settings.yml
!.aider.model.metadata.json
# ----- Go build artifacts -----
atlas-proxy/atlas-proxy-v2
atlas-proxy/cmd/
# ----- Geometric Lens large files (on HuggingFace, not in git) -----
geometric-lens/geometric_lens/models/training_embeddings_*.json
geometric-lens/geometric_lens/models/*_backup.pt
geometric-lens/geometric_lens/models/cost_field_phase0.pt
# Keep: cost_field.pt, metric_tensor.pt, gx_xgboost.pkl, gx_weights.json, stats files
# Keep: geometric-lens/data/sample/ (small in-repo sample)
# ----- Runtime artifacts -----
*.pid
nohup.out
highscores.json
# ----- Geometric Lens analysis artifacts (one-off, not runtime) -----
geometric-lens/geometric_lens/gate_analysis.py
geometric-lens/geometric_lens/gate_embeddings.json
geometric-lens/geometric_lens/gate_report.json