-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (45 loc) · 979 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
#### Update only the SCRIPTS/ DIR at present ####
# Experiment-related data dirs
/0.RAW-DATA
/1.PREPROCESS-DATA
/2.FEATURES
/3.EXPERIMENTS
/Compare
/NewTests
/STATUS
/utils
/G4Beacon-private
# Software dirs
/softwares
/p
# Legacy dirs
**/recipes
**/network
**/workflow_scripts
#### Ignore all the log file ####
*.log
*.out
#### Ignore python cache and vscode cache ####
__pycache__
.vscode
#### Ignore all the config-files except the example.json for each configJSON dir ####
*.json
# !*example.json
#### Ignore aborted feature-engineering methods
fftGet(aborted).py
#### Ignore all the pics ####
*.png
!**/suppl-pics/fig*
#### Ignore util-shell-script ####
*.sh
# !**/workflow-scripts/training/*.sh
# !**/workflow-scripts/prediction/*.sh
#### Ignore all the log file ####
*.log
#### Ignore revision experiment config ####
# G4Beacon/configJSON/20230124-mdpi-revision
#### Ignore install-file
G4beacon.egg-info/
build/
#### Ignore file(s) for debug
installed-files.txt