-
Notifications
You must be signed in to change notification settings - Fork 21
/
.dockerignore
74 lines (69 loc) · 1.05 KB
/
.dockerignore
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
/.git*
/.idea
/.coverage
/.cproject
/.project
/.eggs
/algorithm_reference_library.egg-info
/PrivateRules.mak
/Makefile.save
/*.pyc
/data
/docs
/test_data
/test_results
/arlvenv
/alorithm_reference_library.egg-info
/build
/dist
/.ipynb_checkpoints
/examples/**/*.rst
/examples/**/*.html
/examples/**/*.fits
/examples/*/figures
/examples/*/*_files
/examples/*/.ipynb_checkpoints
/examples/pyweave/figures
/examples/pyweave/docset.zip
/examples/anna/simulated_data.txt
/examples/arl/*.png
/*.fits
/.ipynb_checkpoints
/.DS_Store
/*.xls
/.cache
/tests/test_ftprocessor_results
/.pydevproject
/tests/test_results
/test_results
/test_coverage
/tests/test_data
/tests/unittest_results
/algorithm-reference-library
/algorithm_reference_library.egg-info
/build
/.coverage
/dask-worker-space
/data
/dist
/Dockerfile*
/.dockerignore
/docs
/environment.yml
/global.lock
/libarlffi.cpython-37m-x86_64-linux-gnu.so
/*.yaml
/PrivateRules.mak
/purge.lock
/.pytest_cache
/README.html
/requirements.txt
/*.sh
/test_data
/test_results
/*.log
/tmp
/tools
/worker*
/k8s_client_api.py
/venv