*.js
!jest.config.js
*.d.ts
node_modules

# CDK asset staging directory
.cdk.staging
cdk.out

# CDK context (account-specific, will be regenerated)
cdk.context.json

# Test artifacts
response.json

# Lambda deployment artifacts
lambda-layer.zip
lambda-code.zip

# Generated deployment configs (environment-specific)
.agentcore-gateway-config.json
.payment-agent-config.json

# Temporary files
/tmp/
!lambda/**/*.js
