# Environment variables
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/

# Jupyter Notebook
.ipynb_checkpoints

# AWS
*.pem
*.zip

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.log
*.tmp
response.json

# Generated by toolkit at deploy time
.bedrock_agentcore.yaml
.dockerignore
agent_runtime/
Dockerfile

# Draw.io source files (keep locally, not for PR)
*.drawio
