We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6a924 commit cdd8b37Copy full SHA for cdd8b37
.vscodeignore
@@ -4,9 +4,11 @@
4
.editorconfig
5
.env
6
.eslintrc
7
+.eslintignore
8
.gitattributes
9
.gitignore
10
.gitmodules
11
+.git*
12
.npmrc
13
.nvmrc
14
.nycrc
@@ -21,7 +23,9 @@ test.ipynb
21
23
tsconfig*.json
22
24
tsfmt.json
25
vscode-python-signing.*
26
+noxfile.py
27
28
+.config/**
29
.github/**
30
.mocha-reporter/**
31
.nvm/**
@@ -67,8 +71,17 @@ test/**
67
71
tmp/**
68
72
typings/**
69
73
types/**
74
+**/__pycache__/**
75
+**/.devcontainer/**
76
+
77
+python-env-tools/.gitignore
78
+python-env-tools/bin/.gitignore
70
79
python-env-tools/.github/**
80
python-env-tools/.vscode/**
81
python-env-tools/crates/**
82
python-env-tools/target/**
83
python-env-tools/Cargo.*
84
+python-env-tools/.cargo/**
85
86
+python-env-tools/**/*.md
87
+pythonExtensionApi/**
0 commit comments