# Node.js / TypeScript
node_modules/
.pnpm-store/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.turbo/
.nx/

# Build outputs
dist/
build/
coverage/
coverage.xml
*.tsbuildinfo

# Docs tooling artifacts (generated; local dev only)
docs/.docusaurus/

# Environment files
.env
.env.*
!.env.example
.direnv/
.envrc

# IDE / OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.nox/
.tox/
.venv/
venv/
.coverage
.coverage.*
htmlcov/
*.egg-info/

# Go
/bin/
/pkg/
*.test
*.out
coverage.out

# Terraform / OpenTofu
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Go workspace / dependencies
vendor/

# Local caches and temp files
.cache/
tmp/
temp/

caracal.toml
# Generated CLI runtime bundle
apps/cli/src/runtime/embedded.ts
apps/cli/src/runtime/version.gen.ts
