-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
34 lines (30 loc) · 960 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
.DS_Store
.ipynb_checkpoints/
datasets/opentarget/diseases/*.snappy*.parquet*
datasets/opentarget/fda/*.snappy*.parquet*
datasets/opentarget/mechanismOfAction/*.snappy*.parquet*
datasets/opentarget/molecule/*.snappy*.parquet*
datasets/opentarget/mousePhenotypes/*.snappy*.parquet*
datasets/opentarget/targets/*.snappy*.parquet*
datasets/opentarget/interactions/*.snappy*.parquet*
datasets/opentarget/baseExpressions/*.snappy*.parquet*
datasets/opentarget/gwasTraitProfile/*.snappy*.parquet*
datasets/opentarget/pathways/*.snappy*.parquet*
datasets/opentarget/gwasTraitProfile/*.snappy*.parquet*
*.snappy*.parquet*
platform.conf
*.tmp
download*.wget*
*.tmp
neo4j/data/
neo4j/logs/
neo4j/import/
neo4j/plugins/
# .env commiting this on purpose as its a required nextjs public environment variable
.vscode
# There is also a .gitignore inside the Django backend dir
*.sqlite3
db.sqlite3
# Neovis Config For Testing:
utils/neo4j.js
components/graph/NeoGraph.jsx