annotate .dockerignore @ 45:e9b123952dff

Fix #9
author Brendan Rius <brendan@omixy.com>
date Wed, 08 Jun 2016 11:24:21 +0100
parents
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