-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (44 loc) · 968 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
# data folder
data
# editor files
*.sw[o,n,p]
# Ignore dataset
*.csv
*.csv.gz
# Ignore created images
*.png
# singularity examples
singularity/examples/
# singularity images
*.img
# mac specific files
.DS_Store
._.DS_Store
# python specific files
.idea
__pycache__/
BayOptPy/tpot/notebooks/.ipynb_checkpoints
# dask related folder
dask-worker-space/
# ignore tpotcreated pipelines
BayOptPy/tpot/debug/tpot_boston_pipeline_super.py
BayOptPy/tpot/debug/tpot_boston_pipeline.py'
# Ignore updaets on examples
singularity/digits/
# Ignore logs
singularity/logs/*
# Ignore outputs
BayOptPy/tpot/feat_combi/*
BayOptPy/tpot/feat_selec/*
BayOptPy/tpot/ukbio/*
BayOptPy/tpot/vanilla/*
BayOptPy/tpot/vanilla_combi/*
BayOptPy/tpot/random_seed/*
BayOptPy/tpot/mutation/*
BayOptPy/tpot/population/
BayOptPy/tpot/Output/*
BayOptPy/tpot/old_population/
../BayOptPy/tpot_regression/
BayOptPy/tpot/figs/*
BayOptPy/tpot/old_figs/*
BayOptPy/tpot_classification/Output/*