-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (36 loc) · 1019 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
# JetBrains products, including PyCharm
.idea/
# MacOs files
.DS_Store
server.bak/
venv/
**/*.bak
\#*\#
**~
# CSV files generated by source and generation framework scripts.
# These files are large.
# In addition, the CSV files built from UMLS data contain data licensed by UMLS.
neo4j/import*
# logs from the generation framework
generation_framework/builds/logs/*.log
generation_framework/resources/
# binary dependencies of PheKnowLator
generation_framework/pkt_kg/
# files in OWLNETS format generated by PheKnowLator
generation_framework/owlnets_output*
# OWL files downloaded by PheKnowLator from online sources
generation_framework/owl
generation_framework/venv
generation_framework/.python-version
generation_framework/robot
# configuration files
generation_framework/gencode/*.ini
generation_framework/skowlnets/*.ini
generation_framework/ubkg_edges_nodes/*.ini
generation_framework/uniprotkb/*.ini
generation_framework/hmfields/*.ini
# log files in any path
**/*.log
api/*
# Jupyter
.ipynb_checkpoints