-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (37 loc) · 880 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
# ignore configs
config.ini
userconfig.ini
# ignore Google Auth data
source/postprocessing/client_secrets.json
source/postprocessing/mycreds.txt
# ignore datasets
data
# ignore all sandboxes
Sandboxes
# ignore notebooks except public
notebooks
!notebooks/CompareDatasets.ipynb
!notebooks/GridSearch.ipynb.ipynv
!notebooks/UsageExamples.ipynb
# ignore legacy
source/preprocessing/Features_selection.py
source/preprocessing/cesars.py
source/preprocessing/spectrumsplitter.py
source/processes/Stats_features.py
*.pyc
# ignore experiments results in json format
*.json
# ignore images except public and readme
experiments/images/*
!experiments/images/public/
!experiments/images/ReadMe/
# ignore result tables except public
*.csv
experiments/ResultTables/*
!experiments/ResultTables/public/
# ignore team files
/team files/*
# ignore IDE files
/.idea/*
README.md
SF_part.md