-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·78 lines (77 loc) · 1.05 KB
/
.gitignore
File metadata and controls
executable file
·78 lines (77 loc) · 1.05 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
*#
*.asc
*.bin
*.class
*.dylib
*.interp
*.jar
*.log
*.md5
*.out
*.ps
*cider-error*
.lein*
form-init*
.#*
.DS_Store
.hara
.env
.clj-kondo/.cache
.calva
.prompts
.lsp/.cache
/hsperfdata_root
/tmp*
/lein-*
/test-scratch
/test-bench
/target
/classes
/checkouts
/public
profiles.clj
pom.xml
pom.xml.asc
/.lein-*
/.nrepl-port
.hgignore
.hg/
.build
.clj-kondo
.cpcache
/src-infra/*/build
/src-app/**/build
/src-infra/*/.build
/src-app/**/.build
/src-infra/*/live
/temp
/prompt/aaa
*_temp
*.~undo-tree~
node_modules/
.lsp
# Local training artifacts and scratch files
/TRAINING_DATA_SUMMARY.md
/gen.clj
/gen2.clj
/generate_math.clj
/newblock.clj
/pprint_math.clj
/replace_math_vector.clj
/test_grammar.clj
/transform_common_basic.clj
/transform_grammar.clj
/transform_math.clj
/transform_rest.clj
/transform_vectors.clj
/transform_vectors2.clj
/training/*.jsonl
/training/*.txt
/training/*.tsv
/training/ast_validated/*.jsonl
/training/scored/
/training/step1/*.json
/training/step2/*.json
/src-training/python/__pycache__/
/src-training/python/models/
/src-training/python/venv/