## .NET
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
*.nupkg
*.snupkg
artifacts/

## Node.js
node_modules/
dist/
*.tgz
*.tsbuildinfo

## Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.whl
sdk/python/build/
*.dist-info/

## NuGet .targets (must NOT be ignored — shipped in NuGet packages)
!sdk/dotnet/src/*/build/

## IDE
.idea/
.vscode/
*.swp
*.swo

## OS
Thumbs.db
.DS_Store

## Misc
*.log
*.ccpkg

# AI agents
.claude
.gemini


.dotnet/*
.nuget/*
.dotnet-cli/*
.omx/*
.dotnet_home/*