-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.gitignore
71 lines (63 loc) · 1 KB
/
.gitignore
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
*~
*.tmp
*.bak
.idea/*
config.mk
# local working stuff
/tmp
/*.tsv
typecheck-cache.txt
.ipynb_checkpoints
*.ipynb
.DS_Store
/dataset
/models
*.tar.xz
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# standard node stuff
node_modules
.nyc_output/
coverage/
.npmignore
# make outputs
build
datadir
# intermediate files of dataset generation
synthetic*
augmented*
*user.tsv
*agent.tsv
calibration-ood.tsv
calibration-ood-source.tsv
calibration-ood-processed.tsv
eval/*/schema*.tt
eval/*/dataset.tt
eval/*/database-map.tsv
eval/builtin/*/annotated.txt
eval/main/*/annotated.txt
eval/universe/*/annotated.txt
eval/staging/*/annotated.txt
eval/builtin/paraphrase.tsv
eval/main/paraphrase.tsv
eval/universe/paraphrase.tsv
eval/staging/paraphrase.tsv
# evaluation results
eval/**/*.results
eval/**/*.debug
# files downloaded from s3 and thingpedia
parameter-datasets*
entities.json
eval/*/models
eval/*/datasets
.embeddings/
# testing files
*.cred.json
test/device-classes/*.tt
workdir/
export/
dropped-log.tsv