# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
venv/
ENV/
.env
.venv/

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

# Logs
*.log
logs/

# Local data
local_data/

# Temporary files
tmp/
temp/

# Environment variables and secrets
.env
.env.local
.env.*.local

# AWS credentials
.aws/
aws-credentials.json

# Cache directories
.cache/
.pytest_cache/
.coverage
htmlcov/

# Node modules
node_modules/

# Jupyter Notebooks
.ipynb_checkpoints

# MCP Inspector specific
inspector/
.inspector/

# Bedrock AgentCore Config
**/.bedrock_agentcore.yaml

# Configuration files containing credentials or account info
**/iam_config.ini
**/trust-policy.json
**/cognito_config.json
**/cognito_result.md
**/gateway_info.json