annotate .gitignore @ 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 308a0eaa4e49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
50ea00cf5896 Initial commit
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
1 __pycache__
50ea00cf5896 Initial commit
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
2 *.pyc
50ea00cf5896 Initial commit
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
3 build/
50ea00cf5896 Initial commit
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
4 dist/
50ea00cf5896 Initial commit
Brendan Rius <brendan@omixy.com>
parents:
diff changeset
5 MANIFEST
44
cd22245b4b16 Ignore some more files in git
Brendan Rius <brendan@omixy.com>
parents: 1
diff changeset
6 .idea/
cd22245b4b16 Ignore some more files in git
Brendan Rius <brendan@omixy.com>
parents: 1
diff changeset
7 .ipynb_checkpoints/
cd22245b4b16 Ignore some more files in git
Brendan Rius <brendan@omixy.com>
parents: 1
diff changeset
8 *.egg-info/
57
308a0eaa4e49 Bump to 1.1.0
Brendan Rius <brendan.rius@gmail.com>
parents: 44
diff changeset
9 venv/