# Internal documentation (not for public consumption)
docs/

# Smithy build output (regenerate with: cd spec && smithy build)
spec/build/

# Conformance test runner artifacts
conformance/runner/go/conformance-runner
conformance/runner/ruby/Gemfile.lock
conformance/runner/typescript/node_modules/

# Claude Code session files (except skills, which are committed)
.claude/*
!.claude/skills/

# Ruby SDK build artifacts
ruby/.yardoc/
ruby/doc/
ruby/coverage/
ruby/.bundle/
ruby/vendor/
ruby/pkg/
ruby/*.gem
review-session.md


# Swift SDK build artifacts
swift/.build/
swift/.swiftpm/
swift/Package.resolved

# Python SDK build artifacts
python/.venv/
python/**/__pycache__/
python/**/*.pyc
python/dist/
python/.pytest_cache/
python/.coverage
python/src/*.egg-info/
conformance/runner/python/.venv/
conformance/runner/python/uv.lock

# TypeScript SDK build artifacts
typescript/coverage/

# Kotlin SDK build artifacts
kotlin/.gradle/
kotlin/build/
kotlin/sdk/build/
kotlin/generator/build/
kotlin/conformance/build/