Godwin Vincent cd0a29d2ae
Device management agent - AgentCore runtime, observability, frontend added (#241)
* updated README.md file with bearer token generation

* updated README.md file with bearer token generation-removed client id and secret credentials

* removed hardcoded domain

* added agent runtime, frontend, observability and agentcore identity

* update README.md file to reflect frontend testing
2025-08-13 09:31:29 -07:00

92 lines
1.0 KiB
Plaintext

# Build artifacts
build/
dist/
*.egg-info/
*.egg
# Python cache
__pycache__/
__pycache__*
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
.env
venv/
env/
ENV/
# Testing
.pytest_cache/
.coverage
.coverage*
htmlcov/
.tox/
*.cover
.hypothesis/
.mypy_cache/
.ruff_cache/
# Development
*.log
*.bak
*.swp
*.swo
*~
.DS_Store
# IDEs
.vscode/
.idea/
# Version control
.git/
.gitignore
.gitattributes
# Documentation
docs/
*.md
!README.md
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Project specific
tests/
# Bedrock AgentCore specific - keep config but exclude runtime files
.bedrock_agentcore.yaml
Dockerfile
.dockerignore
# Keep wheelhouse for offline installations
# wheelhouse/
# Auto-generated exclusions
.venv/
.ipynb_checkpoints/
__pycache__/
.git/
images/
setup.sh
.bedrock_agentcore.yaml
strands-agent-runtime.py.bk
requirements.txt
cognito_credentials_provider.py
Dockerfile
strands_agent_runtime_deploy.py
README.md
.dockerignore
.env
access_token copy.py
device_management_agent_exec.py
.env.example
.agentcore.yaml
.env.runtime