-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
58 lines (50 loc) · 907 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
# Images #
############
*.png
*.jpg
!docs/img/*
!package_archi.png
!sumup.png
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.tar
*.zip
# OS generated files #
######################
.DS_Store
../.DS_Store
../../.DS_Store
# PyCache #
###########
__pycache__/
# Build Directory #
###################
build/
src/wmsan.egg-info/
wwsan.egg-info/
# Distribution Directory #
##########################
dist/
# Documentation Directory #
documentation/
# Additionnal Directories #
###########################
notebooks/body_waves/F/
notebooks/body_waves/CCF/
notebooks/rayleigh_waves/F/
notebooks/rayleigh_waves/CCF/
notebooks/rayleigh_waves/SDF/
# Heavy Files #
###############
data/*.h5
data/20*/
data/19*/
*.txt
data/*.nc
!data/C.nc
!data/cP.nc
!data/cS.nc
!data/LOPS_WW3-GLOB-30M_dataref_dpt.nc
!stations_pair.txt