-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
126 lines (99 loc) · 1.54 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# OSX files
.DS_Store
Icon\r
*\**\Icon\r
# Windows files
desktop.ini
# data files
dat/*
~*.pptx
Keratins.txt
pd_exclude.txt
# notes, personal files
notes.txt
todo.txt
todo_new.txt
rsync_exclude.txt
copy_to_gdrive.sh
# R project cache
.Rproj.user/*
*.Rproj
# misc R files
*.Rhistory
*.RData
# compiled files
*.rds
# figures
#figures/*
#*.pdf
#*.png
manuscript/Figs/*.pdf
# notes
*.doc
*.docx
# SCoPE example files
2017_SCoPE-MS_manuscript/*
# old figures
old_figures/*
# no shiny
ShinyRT/*
.Rproj.user
# all manuscript files
manuscript/**/*
# misc fig folders
papers/*
# python
# ignore notebooks
*.ipynb
# Except for ones we want
!dart_id/notebooks/dart_id_report.ipynb
.ipynb_checkpoints/**/*
dart_id/models/*.pkl
__pycache__/
Figures/**/*
Alignments/**/*
# sublime files
*.sublime-project
*.sublime-workspace
# testing file
testing.sh
# jupyter notebooks
python_notebooks/**/*
# binary builds of tools
tools/**/bin/*
tools/**/*.o
# for now, don't track fido cpp files
tools/fido/*
# fido outputs/intermediates for testing
psm_graph.txt
target_decoy.txt
fido_out.txt
# personal shell scripts
update.sh
figures.sh
converter.sh
collator.sh
align.sh
# spyder project
.spy*
test/**/*
# vscode files
.vscode/**/*
*.code-workspace
# built distributions/wheels
dist/**
dart_id.egg-info/**
dart_id_fresca.egg-info/**
build/**
# old config files
config_files/old_config_files/*
# dev scripts
build_dist.sh
build_dist_test.sh
figures_testing.py
gen_figures.sh
install_test_package.sh
upload_pypi.sh
upload_test_pypi.sh
# Website files
docs/package-lock.json