notebook/.gitignore

28 lines
322 B
Plaintext
Raw Permalink Normal View History

2011-10-14 13:13:30 +08:00
MANIFEST
2010-10-27 14:13:16 +08:00
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
2015-05-14 01:56:32 +08:00
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/main.min.js*
node_modules
2010-10-27 14:13:16 +08:00
*.py[co]
__pycache__
*.egg-info
2010-10-27 14:13:16 +08:00
*~
2010-09-09 07:03:49 +08:00
*.bak
2013-04-29 01:48:48 +08:00
.ipynb_checkpoints
2012-06-18 06:30:18 +08:00
.tox
2014-05-17 00:56:56 +08:00
.DS_Store
\#*#
.#*
.coverage
2015-05-14 01:56:32 +08:00
src
*.swp
*.map