.idea
node_modules
coverage
dist

/docs/.vitepress/cache
/docs/.vitepress/dist
/package-lock.json

__pycache__/
*.py[cod]
*.egg-info/
.eggs/
# Python's sdist/wheel output. Note the conformance tooling deliberately does NOT use this
# name for its esbuild output - see scripts/conformance/upstream-bundle/, which is ignored
# by its own entry below - because `build/` here once swallowed it.
build/
scripts/conformance/upstream-bundle/
.pytest_cache/
.ruff_cache/
.coverage
.claude/

# Undisclosed security report. Kept out of git deliberately: this repository may become
# public, and committing an unfixed vulnerability report is disclosure. Remove this line once
# the advisory is filed and resolved upstream. See upstream-reports/README.md.
upstream-reports/report-2-escapeparams.md
upstream-reports/repro-2-escapeparams.mjs
