microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
06060a15cd20fd0f2b75b32f094c544e6875ccec

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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
13build/
14develop-eggs/
15dist/
16downloads/
17eggs/
18.eggs/
19lib/
20lib64/
21parts/
22sdist/
23var/
24wheels/
25share/python-wheels/
26*.egg-info/
27.installed.cfg
28*.egg
29MANIFEST
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
38pip-log.txt
39pip-delete-this-directory.txt
40
41tsconfig.tsbuildinfo
42qsharp-jupyterlab/labextension
43qsharp-jupyterlab/_version.py
44.yarn
45