**/__pycache__
**/*.egg-info
**/node_modules
**/*-lock.json
dist
lib

# Authored Astro integration modules; the generic lib rule above is for build
# output and must not exclude these source files from standalone checkouts.
!examples/cms-astro/core/frontend/src/lib/
!examples/cms-astro/core/frontend/src/lib/*.ts

# Include
!**/.*ignore
!**/.*rc
!**/.*rc.js
!**/.*rc.json
!**/.*rc.yml
!**/.*rc.yaml
!**/.*config
!*.*rc.json
!**/.env
!.github
!.devcontainer

# The music host's built interface: `npm run build` output, staged into the
# wheel's share/ directory. Built, not authored.
examples/music/backend/share/

# The CMS host's built interface: `npm run build` output staged for the wheel.
examples/cms/cms/share/datalayer/reactor/apps/

# Python build artefacts from a wheel build in an example directory.
examples/**/build/
