annotate .gitignore @ 44:cd22245b4b16

Ignore some more files in git
author Brendan Rius <brendan@omixy.com>
date Wed, 08 Jun 2016 10:49:11 +0100
parents 5618ac3a53f5
children 308a0eaa4e49
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/