forked from hpi-dhc/trec-pm
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
63 lines (48 loc) · 877 Bytes
/
.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
# Lexigraph API key
apikey.txt
# Lexigram API key
lexigram-key.txt
*.class
# GSheets credentials
credentials.json
# Server SSH Key
google-cloud-trec-key
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# IntelliJ
/out/
.idea
*.iml
*.log
*.tmp
*.class
target
*.jar
*.swp
/.classpath
/.project
/.settings
# MacOS stuff
*.DS_Store
# Output folders
stats
results
models
# Big resource files
src/main/resources/genes/*.gene_info*
resources/umlsSynsets.txt.gz
uima/pm/jcore-pmclassifier-ae/src/main/resources/malletPmClassifier*
# May not redistribute
resources/CosmicResistanceMutations.tsv*
src/main/resources/gold-standard/*2019*
# Internal data
src/main/resources/internal
# Python Notebooks checkpoints
.ipynb_checkpoints
.Rproj.user