# Docs-site build output and Astro's generated types. The generated SDK reference
# (docs/src/data/reference.json) is NOT ignored — it is committed, so the site builds
# without a Python toolchain.
docs/dist/
docs/.astro/
# Astro writes its content/type declarations to <root>/.astro regardless of `cacheDir`.
.astro/

# Also load-bearing for packaging: hatchling builds the sdist from this directory and
# honours this file, so anything listed here stays out of the distribution. Without the
# line below a source distribution swallows the whole docs-site dependency tree.
node_modules/
