annotate .dockerignore @ 72:40c903dde893

update master.c path to correspond to where pip install will put it
author Cody Horst <chorst@uw.edu>
date Fri, 08 Dec 2017 20:17:56 -0800
parents e9b123952dff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
1 __pycache__
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
2 *.pyc
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
3 build/
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
4 dist/
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
5 MANIFEST
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
6 .idea/
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
7 .ipynb_checkpoints/
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
8 *.egg-info/
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
9 .git
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
10 .gitignore