# Agent deployment artifacts
.agent_arn
.memory_id
.bedrock_agentcore.yaml

# Optimization runtime state (account-specific resource IDs, regenerated each run)
optimization/state.json
optimization/custom_evaluator_ids.json

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

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# uv
.python-version

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Docker (auto-generated during deployment)
Dockerfile
.dockerignore

# ASH Security Scanner
.ash/