forked from KrishnaswamyLab/MIOFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (54 loc) · 788 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
# Ignore Data
**/**data**/**
# !data/natalia_eb_rna_smoothed.npz
# !data/wormTrNet2.npz
# !data/cell_info.csv
# !data/dyngen_expression_bif.csv
/assets/
/imgs/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# DotEnv configuration
.env
# VS Code
.vscode/
# Jupyter NB Checkpoints
.ipynb_checkpoints/
# Mac OS-specific storage files
.DS_Store
results/**
.last_checked
*.sw?
_docs/
_proc/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
old/
old2/
*.old
cflows/
cflows_
cflows_larger_data
cflows_larger_data_inverse_reverse
cflows_larger_data_no_subsample
cflows_larger_data_inverse
cflows copy Sep 16 9:08