/bin/
/dist/
# stray root build artifacts (builds should target bin/)
/pupptyeer
/pupptyeer-mcp
/pupptyeer.exe
/pupptyeer-mcp.exe
/go
/mcp/mcp
/conformance/go/go
__pycache__/
*.pyc
node_modules/
# Python client build artifacts (sdist/wheel)
/clients/python/dist/
/clients/python/build/
/clients/python/*.egg-info/
# pupptyeer npm binary wrapper: per-platform packages are generated by
# npm/build.mjs at release time (binaries + package.json), never committed.
/npm/pupptyeer-*/
# stray npm pack tarballs
*.tgz
.agent-workspace/
# Claude Code local/personal settings (shared config, if any, goes in .claude/settings.json)
.claude/settings.local.json
