-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
80 lines (80 loc) · 1.48 KB
/
.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*__pycache__*
**/fidle-datasets/**
*.ipynb_checkpoints*
*.vscode*
*.pb
*.orig
*.out
*.png
*variables.index
*checkpoint
*variables.data*
*.nc
*nohup*
*__test__*
*log.log
*.npy
*.csv
*.DS_Store
**/usr/**
**/Data_CESM/**
**/CESM/H2SOI/**
**/CESM/Hayashi/**
**/Climate/Data_Plasim/**
**/Climate/Data_Plasim_LONG/**
**/Climate/Plasim/**
**/Climate/Plasim_tas/**
**/Climate/Images/**
**/Climate_Data/**
**/CESM/Images/**
**/CESM/Postproc/**
**/CESM/Data_CESM_100yrs/**
**/CESM/models/**
**/CESM/regrid_models/**
**/CESM/Data_CESM/**
**/Climate/image/**
**/Climate/Image/**
**/Climate/movies/**
**/ERA/Images/**
**/ERA/Data_ERA5/**
**/ERA/ERA5/**
**/ERA/regridded_models/**
**/Gyro/**
**/PINNS/Utilities/IRK_weights/**
**/PLASIM/Images/**
*.ckpt.index
*.ckpt.data*
**/ERA/Postproc/**
**/ERA/Hayashi/**
**/PLASIM/training.old/**
**/PLASIM/training/**
**/PLASIM/Logistic/**
**/PLASIM/Postproc/**
**/PLASIM/Postproc.old/**
**/PLASIM/Postproc.old.old/**
**/VAE/VAE_weights/**
**/VAE/tests/**
**/VAE/tests.old/**
**/VAE/tests.old.old/**
**/VAE/Images/**
**/VAE/models/**
**/VAE/noxmodels/**
**/VAE/xforanalogsL2loss/**
**/VAE/xforanalogs/**
**/VAE/xmodels/**
**/gmiloshe/MachineLearning/**
**/PINNS/**
**/PLASIM/Images_Linear/**
**/PLASIM/Postproc.daily/**
**/CESM/image/**
**/Climate/archive/**
**/PLASIM/test_19_03/**
**/PLASIM/test_resampling/**
**/PLASIM/test_resampling2/**
**/PLASIM/test_resampling3/**
**/PLASIM/models/**
**/PLASIM/test_18_03/**
**/PLASIM/test2/**
**/PLASIM/test3/**
**/PLASIM/test/**
**/PLASIM/newtest/**