# Local working files
prompt.md

# Kanbaroo per-project MCP wiring (references a local token file; machine-specific)
.mcp.json

# Secrets / env
.env
*_config.json

# Publishing credentials (read by the Makefile's publish target)
set_creds*.sh

# Python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Virtual environments
venv/
.venv/

# OS / IDE
.DS_Store
.idea/
.vscode/
