-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (37 loc) · 525 Bytes
/
.gitignore
File metadata and controls
47 lines (37 loc) · 525 Bytes
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
# sbt
target/
project/plugins/project/
boot/
lib_managed/
src_managed/
# vim
*.sw?
# intellij
.idea/
# ignore [ce]tags files
tags
# metals
.metals/
.bsp/
.bloop/
metals.sbt
.vscode/settings.json
sbt-launch.jar
.scala-build
# npm
node_modules/
#mill
out/
benchmark_history.json
site/docs/_assets/benchmarks/benchmark_history.json
experiments/resources/train.csv
experiments/resources/mnist_test.csv
weights1.csv
weights2.csv
biases1.csv
biases2.csv
.DS_Store
scripts/cellar
.venv/
experiments/src/bhd.scala
.cellar/