forked from aristoteleo/dynamo-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·71 lines (57 loc) · 887 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
64
65
66
67
68
69
70
71
# ipynb tutorials notebooks are hosted in other repo
docs/source/notebooks/**
# docs local build
**/_build
# mygene package cache
mygene_cache.sqlite
*.html
# vscode related
.vscode/
dynamo/.vscode/
._.DS_Store
~/
venv/
archive/
cache/
data/
figs/
figures/
scripts/
benchmarking/
debug/
integral_seq/
env/
load_model_from_*
dynamo.egg-info/
dynamo_release.egg-info/
# Python / Byte-compiled / optimized / DLL
__pycache__/
*.py[cod]
*.so
.cache
*.h5ad
# always-ignore notebooks
*.ipynb
# OS or Editor files and folders
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory
/.idea/
# Docs build
docs/build
docs/source/dynamo*
docs/source/_autosummary
# always-ignore directories
/build/
/dist/
.coverage
test.py
# Docker related:
node_modules/
package-lock.json
public/*.js
# Docker related:
debug/numbers_in_dynamo_first_revision.py
dynamo/tools/DDRTree.py
dynamo/tools/psl.py