-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (57 loc) · 1.02 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
*.zip
*.txt
# *.csv
*.xls
*.xlsx
# *.tsv
*.tiff
*.html
*.pdf
*.docx
*.pptx
# simulated data
data/simulated_data/balanced/data/*
data/simulated_data/imbalanced/data/*
data/simulated_data/mild_imbalanced/data/*
evaluation/simulated/mild_imbalanced/results
evaluation/simulated/imbalanced/results/*
evaluation/simulated/balanced/results/*
evaluation/simulated/mild_imbalanced/meta/*
evaluation/simulated/imbalanced/meta/*
evaluation/simulated/balanced/meta/*
# raw MS data
**/00_raw_data/*
# MQ file
*.params
*.speclib
*).fasta
data/bacterial_data/00_raw_data/README.md
# R files
*.Rproj
*.Rhistory
*.RData
*.rds
# Python files
*.pyc
# logs
*.log
# config , axcept FedProt folder
# *.json
*.yaml
*test_*.yml
# except FedProt folder
!FedProt/
# files in archive folders
**/archive/*
# ignore all figures except in ./figures/ folder
*.png
*.tiff
# *.svg
*.jpg
!figures/*.png
!figures/*.svg
# temporary notebooks (ipynb with tmp in name)
*tmp*.ipynb
# do not ignore the following files : logo.jpg and states.png
!logo2.jpg
!states.png