notebook/.gitignore

54 lines
704 B
Plaintext
Raw 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
notebook/i18n/*/LC_MESSAGES/*.mo
notebook/i18n/*/LC_MESSAGES/nbjs.json
2015-05-14 01:56:32 +08:00
notebook/static/components
notebook/static/style/*.min.css*
2016-02-05 04:14:50 +08:00
notebook/static/*/js/built/
2016-02-05 08:54:09 +08:00
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.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
2019-01-02 19:57:41 +08:00
.pytest_cache
2015-05-14 01:56:32 +08:00
src
*.swp
*.map
2015-09-24 07:33:49 +08:00
.idea/
Read the Docs
config.rst
*.iml
/.project
/.pydevproject
2019-01-02 19:57:41 +08:00
package-lock.json
geckodriver.log
*.iml
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode