Mercurial > hg > Members > aka > jupyter_CbC_kernel
annotate .gitignore @ 60:ff9eb1c21ea8
Remove easy install script as installation method changed
author | Brendan Rius <brendan.rius@gmail.com> |
---|---|
date | Thu, 10 Aug 2017 17:05:45 +0200 |
parents | 308a0eaa4e49 |
children |
rev | line source |
---|---|
0 | 1 __pycache__ |
2 *.pyc | |
3 build/ | |
4 dist/ | |
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 | 9 venv/ |