-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.dockerignore
54 lines (42 loc) · 987 Bytes
/
.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
# Git
.gitignore
.gitmodules
.git
!.git/modules/nanshe_workflow
nanshe_workflow/.git
# CI
circle.yml
# Documenation.
README.md
# Boot2Docker
.boot2docker_profile
# Ignore the startup script and related Python objects intended for external use.
__pycache__
setup.cfg
setup.py*
startup_nanshe_workflow.py*
startup-nanshe-workflow
startup_nanshe_workflow.egg-info
# iPython Checkpoints
nanshe_workflow/.ipynb_checkpoints
# Ignore Python object files.
nanshe_workflow/*.pyc
nanshe_workflow/*.pyd
nanshe_workflow/*.pyo
# Ignore all session registered functions.
nanshe_workflow/registered_callables.py*
# Ignore any data.
*.h5
nanshe_workflow/*.h5
# Fireworks rapidfire directories.
nanshe_workflow/launcher_*/
# iPython Cluster files for Grid Engine.
nanshe_workflow/sge_controller
nanshe_workflow/sge_engines
# Dask Distributed files.
nanshe_workflow/log.client
nanshe_workflow/log.scheduler
nanshe_workflow/log.workers
# Ignore IDE project files.
.idea/
nanshe_workflow/.idea/