microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
jupyterlab/.gitignore
44lines · modecode
| 1 | # virtualenv |
| 2 | .venv |
| 3 | |
| 4 | # Byte-compiled / optimized / DLL files |
| 5 | *.py[cod] |
| 6 | *$py.class |
| 7 | |
| 8 | # C extensions |
| 9 | *.so |
| 10 | |
| 11 | # Distribution / packaging |
| 12 | .Python |
| 13 | build/ |
| 14 | develop-eggs/ |
| 15 | dist/ |
| 16 | downloads/ |
| 17 | eggs/ |
| 18 | .eggs/ |
| 19 | lib/ |
| 20 | lib64/ |
| 21 | parts/ |
| 22 | sdist/ |
| 23 | var/ |
| 24 | wheels/ |
| 25 | share/python-wheels/ |
| 26 | *.egg-info/ |
| 27 | .installed.cfg |
| 28 | *.egg |
| 29 | MANIFEST |
| 30 | |
| 31 | # PyInstaller |
| 32 | # Usually these files are written by a python script from a template |
| 33 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 34 | *.manifest |
| 35 | *.spec |
| 36 | |
| 37 | # Installer logs |
| 38 | pip-log.txt |
| 39 | pip-delete-this-directory.txt |
| 40 | |
| 41 | tsconfig.tsbuildinfo |
| 42 | qsharp-jupyterlab/labextension |
| 43 | qsharp-jupyterlab/_version.py |
| 44 | .yarn |
| 45 | |