# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~
.vscode
.envrc
.DS_Store

.kube
/kubeconfig
.docker

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.venv/
venv/
*.egg

# Claude's settings for this repository
.claude/settings.local.json
.mcp.json
*.local.json

# Working directories for skills
.work/

# Various logs and metrics tracking info
*.log
.anonymous_id

# Workaround for https://github.com/anthropic-experimental/sandbox-runtime/issues/85
.bash_profile
.bashrc
.gitconfig
.gitmodules
.profile
.ripgreprc
.zprofile
.zshrc
.claude/agents
.claude/commands

# Ignore agentready reports
.agentready/
