export const PYODIDE_VERSION = "0.26.2"; export const PYGEN_WHEEL_FILENAME = "pygen-0.1.0-py3-none-any.whl"; export const BLOB_STORAGE_BASE_URL = "https://typespec.blob.core.windows.net/pkgs"; export const PACKAGE_NAME = "@typespec/http-client-python"; export const blackExcludeDirs = [ "__pycache__/", "node_modules/", "venv/", "env/", ".direnv", ".eggs", ".git", ".hg", ".tox", ".venv", ".eggs", ".mypy_cache", ".pytest_cache", ".vscode", ".*_build/", "/build/", "dist", ".nox", ".svn", "TempTypeSpecFiles/", ];