__pycache__/
*.pyc
.pytest_cache/
.venv/
*.egg-info/
dist/
build/
.DS_Store

# AgentCore build artifacts (contain account IDs and local paths)
.bedrock_agentcore/
.bedrock_agentcore.yaml

# AgentCore traces (contain AWS session tokens and account IDs)
examples-aws/captured_traces/agentcore_*.json

# Generated results (re-generate with the scripts)
examples-aws/results/

# Environment files
.env
.env.*

# AWS credentials and cookies
*.cookie
/tmp/wiki_*
