Mercurial > hg > Members > aka > jupyter_CbC_kernel
annotate .gitignore @ 73:b6b613c2a28a
alter package structure, moving resources under parent module.
author | Cody Horst <chorst@uw.edu> |
---|---|
date | Tue, 23 Jan 2018 22:34:24 -0800 |
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/ |