Mercurial > hg > Members > aka > jupyter_CbC_kernel
annotate .gitignore @ 82:70e6b10d9220 remote/aka
rename CbC kernel
author | musou_aka <> |
---|---|
date | Sat, 23 Jun 2018 16:11:53 +0900 |
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/ |