forked from julemai/xSSA-North-America
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (33 loc) · 754 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
**.pyc
**.DS_Store
# basin forcings, observed streamflow, and shapes are ignored
data_in/*.mat
data_in/data_model/Raven.exe
# basin outputs (pkl files are ignored)
data_out/[0-9]*
data_out/mathematica
# some supplementary data
data_supp/arheimer_HESS_2020
data_supp/rakovec_JGRA_2019
data_supp/mizukami_WRR_2017
data_supp/markstrom_HESS_2016/sensScores/*
data_supp/markstrom_HESS_2016/hrusAllConus*
data_supp/newman_AMS_2017
# some python generated files
scripts/*.pyc
scripts/lib/*.pyc
scripts/lib/*/*.pyc
scripts/__pycache__
scripts/lib/__pycache__
scripts/lib/*/__pycache__
scripts/*.pdf
scripts/slurm
# figures
figures/*.pdf
figures/*.png
# python environment (only requirements.txt)
env-3.5/bin
env-3.5/include
env-3.5/lib
env-3.5/share
*.exe