forked from callahantiff/PheKnowLator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (68 loc) · 1.61 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
72
73
74
75
76
77
78
79
# Created by .ignore support plugin (hsz.mobi)
#### Distribution/Packaging/Environments
\.DS_Store
.idea/
.ipynb_checkpoints/*
notebooks/.ipynb_checkpoints/*
.mypy*
__pycache__
__pycache__/
**/__pycache__/*
pkt_kg.egg*
build/*
dist/*
#### Testing
.single_run
.coverage*
coverage.xml
.notipy.json
\.vscode/
/tests/archive/
#### Logs
logs/*.log
**/logs/*.log
#### CI/CD Builds
builds/temp/*
/builds/GitHub Action Workflow Build Jobs.xlsx
#### API Keys/Project Passwords
/resources/project_keys/*
#### External Libraries
pkt_kg/libs/deepwalk_c_master/*
pkt_kg/libs/walking-rdf-and-owl-master/*
pkt_kg/libs/pylucene-8.11.0/*
#### Scripts
pkt_kg/kg_embedding_visualizer.py
pkt_kg/knowledge_graph_embedder.py
scratch*.py
#### Data and Directories
/resources/*.json
/resources/construction_approach/*
/resources/edge_data/*
/resources/embeddings/*
/resources/knowledge_graphs/
/resources/kr_model/
/resources/metadata/*
/resources/node_data/*
/resources/ontologies/*
/resources/owl_decoding/*
/resources/processed_data/*
/resources/relations_data/*
/notebooks/tutorials/entity_search/.*
/notebooks/tutorials/entity_search/data/*
/notebooks/tutorials/entity_search/*.html
#### Dependency Files
!/resources/construction_approach/README.md
!/resources/edge_data/edge_source_metadata.txt
!/resources/edge_data/README.md
!/resources/embeddings/README.md
!/resources/knowledge_graphs/README.md
!/resources/node_data/README.md
!/resources/ontologies/ontology_source_metadata.txt
!/resources/ontologies/README.md
!/resources/owl_decoding/README.md
!/resources/relations_data/README.md
#### Releases
/releases/*
#### Documentation
/docs/make.bat
/docs/build