# Ignore everything
*

# Allow only specific files and directories
!.gitignore
!codegen/
!codegen/**
codegen/node_modules/
codegen/**/node_modules/
codegen/.cache/
codegen/**/.cache/
!fern/
!fern/**
# Pipeline scripts (patchers + post-generation gate) and CI workflows
!scripts/
!scripts/**
!.github/
!.github/**
!asyncapi.yaml
!openapi.yaml
!package.json
# README templates the packaging step ships into each generated SDK
!README_TS.md
!README_PY.md
