-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
54 lines (40 loc) · 1.08 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
# emacs backup files
**/*~
# macOS finder folder-level attributes
**/.DS_store
.idea
# ipython notebook checkpoints
**/.ipynb_checkpoints
# R history files
**/.Rhistory
# cache files
**/.web_cache
# config.json
**/config.json
**/configv*.json
**/config_secrets.json
**/config*local.json
**/*override.txt
code/UI/OpenAPI/python-flask-server/openapi_server/flask_config.json
code/config.domain
*.db
*.sqlite
*.bash_profile
*.cache
code/UI/interactive/config.js
data/respons*
code/ARAX/KnowledgeSources/db_versions.json
code/ARAX/KnowledgeSources/*.pickle
code/ARAX/KnowledgeSources/meta_kg*.json
code/ARAX/KnowledgeSources/Prediction/*.pkl
code/ARAX/KnowledgeSources/Prediction/*.txt
code/ARAX/KnowledgeSources/Prediction/*.gz
code/ARAX/NodeSynonymizer/*.tsv
code/ARAX/NodeSynonymizer/*.pickle
code/ARAX/NodeSynonymizer/kg2_synonyms.json
code/kg2c/**/*.tsv
code/kg2c/*.pickle
code/ARAX/ARAXQuery/Infer/data/xCRG_data/*.pt
code/ARAX/ARAXQuery/Infer/data/xCRG_data/*.npz
code/UI/OpenAPI/python-flask-server/openapi_server/openapi/openapi.json
code/UI/OpenAPI/specifications/export/KG2/*/openapi.json