forked from contrailcirrus/pycontrails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
63 lines (58 loc) · 739 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
# ide
*.sublime-workspace
*.sublime-project
.ipynb_checkpoints/
.vscode
.DS_Store
.idea
_main_debug.py
debug.ipynb
*.swp
*.swo
# build / dist
__pycache__
*.pyc
*.zip
*.rdb
*.egg
*.egg-info
dist
build
sdist
.eggs
venv
_version.py
rgi_cython.c
rgi_cython*.so
rgi_cython*.pyd
# test
.mypy_cache
.pytest_cache
.cache
.coverage
artifacts
settings.json
.coverage*
coverage
*.stats
*.prof
tests/fixtures/cache
tests/integration/data
tests/benchmark/north-atlantic-study/inputs
tests/benchmark/north-atlantic-study/outputs
tests/benchmark/cocip-fortran/outputs
tests/benchmark/cocip/inputs
tests/benchmark/cocip/outputs
*.log
# docs
.doc-test-cache
docs/_build
docs/api/
docs/examples/airports
# data
.ecmwf
*.nc
*.grib
bada/
# docker
id_rsa