1 2 3 4 5 6 7 8 9 10 11 12 13 14**/.nox/ **/.pytest_cache/ **/.ruff_cache/ **/.venv/ **/__pycache__/ **/dist/ **/node_modules/ *.vsix *.pyc .mypy_cache/** /bundled/libs/ .vscode-test/ out/
1 2 3 4 5 6 7 8 9 10 11 12 13 14
**/.nox/ **/.pytest_cache/ **/.ruff_cache/ **/.venv/ **/__pycache__/ **/dist/ **/node_modules/ *.vsix *.pyc .mypy_cache/** /bundled/libs/ .vscode-test/ out/