**/pnpm-lock.yaml
**/dist/**
**/out/**
**/typeshed-fallback/**
docstubs

*.json

# ignore markdown files that we haven't really touched to avoid unnecessary upstream conflicts
docs/configuration/*.md
!docs/configuration/environment-variables.md
docs/development/internals.md
docs/getting_started/**/*.md
docs/usage/**/*.md
.github/agents/**/*.md
.github/copilot-instructions.md
architecture/**/*

**/.venv/**
mypy_primer