# Internal dev artifacts
.github/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
# Example pattern for local-only URLs
^http://localhost
^http://127\.0\.0\.1
# pkg.go.dev only indexes modules after someone has fetched them at the
# pinned tag. The fathom-go module's landing page therefore returns 404
# until the first ``go get github.com/KrakenNet/fathom-go@…`` warms its
# cache. Ignore this URL so PRs don't break on a third-party indexing
# delay we don't control.
^https://pkg\.go\.dev/github\.com/KrakenNet/fathom-go
# gomarkdoc emits absolute blob/main links for every exported symbol. On a
# PR that ADDS a Go source file, the blob/main target only exists after the
# PR merges — the link checker cannot see the future. Scoped to the Go SDK
# package (the only gomarkdoc-generated surface) so link checking stays
# real everywhere else.
^https://github\.com/KrakenNet/fathom/blob/main/packages/fathom-go/
# docs/robots.txt cites the docs site's own sitemap at the custom subdomain,
# which only resolves after the krakn.ai DNS + GitHub Pages custom domain go
# live. The link checker cannot see the future; ignore the subdomain until then.
^https://fathom\.krakn\.ai/
