# Virtual environments
.venv/
.venv-*/

# Python cache
__pycache__/
.ruff_cache/

# Build artifacts
*.egg-info/
dist/
build/

# Environment variables
.env
.wandb.env

# Local slime backend config (contains ARN/bucket; commit config.yaml.example only)
src/agentcore_rl_toolkit/backends/slime/examples/**/config.yaml

# Config files
config.toml

# Claude Code configuration: ignore everything by default,
# allowlist only skills meant to ship with the repo.
.claude/*
!.claude/skills/
.claude/skills/*
!.claude/skills/check-cloudwatch-session-logs/

.bedrock_agentcore.yaml
