A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 133 lines 2.0 kB view raw
1*.bundle.* 2lib/ 3node_modules/ 4*.egg-info/ 5.ipynb_checkpoints 6*.tsbuildinfo 7jupyterlab_blockly/labextension 8untitled* 9Untitled* 10 11# Created by https://www.gitignore.io/api/python 12# Edit at https://www.gitignore.io/?templates=python 13 14### Python ### 15# Byte-compiled / optimized / DLL files 16__pycache__/ 17*.py[cod] 18*$py.class 19 20# C extensions 21*.so 22 23# Distribution / packaging 24.Python 25build/ 26develop-eggs/ 27dist/ 28downloads/ 29eggs/ 30.eggs/ 31lib/ 32lib64/ 33parts/ 34sdist/ 35var/ 36wheels/ 37pip-wheel-metadata/ 38share/python-wheels/ 39.installed.cfg 40*.egg 41MANIFEST 42 43# PyInstaller 44# Usually these files are written by a python script from a template 45# before PyInstaller builds the exe, so as to inject date/other infos into it. 46*.manifest 47*.spec 48 49# Installer logs 50pip-log.txt 51pip-delete-this-directory.txt 52 53# Unit test / coverage reports 54htmlcov/ 55.tox/ 56.nox/ 57.coverage 58.coverage.* 59.cache 60nosetests.xml 61coverage/ 62coverage.xml 63*.cover 64.hypothesis/ 65.pytest_cache/ 66 67# Translations 68*.mo 69*.pot 70 71# Scrapy stuff: 72.scrapy 73 74# Sphinx documentation 75docs/_build/ 76 77# PyBuilder 78target/ 79 80# pyenv 81.python-version 82 83# celery beat schedule file 84celerybeat-schedule 85 86# SageMath parsed files 87*.sage.py 88 89# Spyder project settings 90.spyderproject 91.spyproject 92 93# Rope project settings 94.ropeproject 95 96# Mr Developer 97.mr.developer.cfg 98.project 99.pydevproject 100 101# mkdocs documentation 102/site 103 104# mypy 105.mypy_cache/ 106.dmypy.json 107dmypy.json 108 109# Pyre type checker 110.pyre/ 111 112# End of https://www.gitignore.io/api/python 113 114# OSX files 115.DS_Store 116 117# npm 118node_modules/ 119 120# yarn.lock is regenerated as a build side-effect by @jupyterlab/builder's 121# bundled jlpm (yarn) when running `jupyter labextension build`. 122# npm is the project's package manager; ignore this artifact. 123yarn.lock 124 125# This is generated by hatch 126jupyter_blocks/src/jupyter_blocks/_version.py 127jupyter_tidyblocks/src/jupyter_tidyblocks/_version.py 128/.turbo 129/jupyter_blocks/labextension/static 130/jupyter_tidyblocks/labextension/static 131.yarn/install-state.gz 132.yarn/* 133*.log