Mercurial > hg > Members > aka > jupyter_CbC_kernel
annotate .gitignore @ 69:79199ce31269
Update README.md
committer: GitHub <noreply@github.com>
author | Brendan Rius <brendan.rius@gmail.com> |
---|---|
date | Sun, 13 Aug 2017 16:25:27 +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/ |