forked from USF-COT/glider_utils
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
63 lines (53 loc) · 908 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
63
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# VIM Swap Files
*.swp
.cache
.anaconda
gutils/tests/output/
gutils/tests/resources/slocum/real/ascii/**/*.dat
gutils/tests/resources/slocum/real/netcdf/**/*.nc
gutils/tests/resources/slocum/merge/output/
example/run/**/*.nc
example/run/**/*.dat
example/run/ftp/*
example/run/config/*
example/run/binary/*
example/run/erddap/content/*.xml
example/run/erddap/flag/*
docs/_site
docs/api
docs/notebooks/.ipynb_checkpoints/
.env
.envrc
.pytest_cache
.vscode
gutils/tests/resources/slocum/**/netcdf/**/*.nc
gutils/tests/resources/slocum/**/ascii/**/*.dat
gutils/tests/resources/slocum/**/ascii/**/*.pseudogram