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

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

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db

# AWS
.aws/
*.pem
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Distribution / packaging
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temporary files
*.tmp
*.bak
*.swp

# AgentCore specific
.bedrock_agentcore/
.bedrock_agentcore.yaml
.bedrock_agentcore.yaml*
Dockerfile
.agentcore.yaml
.agentcore.json
