forked from timohouben/sm-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (52 loc) · 807 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
57
58
59
60
61
62
# spyder/jupyter/vscode/IDE related
.ipynb_checkpoints
.spyproject
__pycache__
*/__pycache__
*/.ipynb_checkpoints
*/.spyproject
*/__pycache__
*.pyc
.gitignore~
*.code-workspace
.vscode
*.vscode
.vscode/*
.Rhistory
# scikitlearn models
*.sav
# binaries
*.pdf
*.ppt
*.pptx
# OS related
*.DS_Store
# user specifics
notebooks/SK_scripts
workspace.code-workspace
# exclude data
#whole data folder(LS):
data/*
# leave raw data for 'site_test' in
data/shared/**
data/site_rollesbroich
data/site_wuestebach
data/site_hohesholz
data/site_test/**/tmp
data/site_test/**/preprocessed
data/site_test/model_input
# temporary files
tmp
# personal results
maps/
models/
results/
# run files
SM_run_TH_20210120.py
# compiled
*sm.egg-info*
*dist*
**__pycache__**
*egg*
*soil_moisture_module.egg-info*
*build/lib/SM*