# macOS
.DS_Store

# Logs
*.log
pyinfra-debug.log

# Python build artefacts
__pycache__/
*.pyc

# Local agent state files (binary, machine-specific)
agentdb.rvf
agentdb.rvf.lock
ruvector.db
**/ruvector.db

# Test outputs
testing/**/test_results/
testing/**/__pycache__/

# Node deps in the OpenCode plugin — install.sh's `npm install` regenerates
opencode/.opencode/plugin/node_modules/

# Phoenix bridge diagnostic log (Mac path, written at runtime)
/tmp/phoenix-bridge.log

# Per-machine Claude Code permissions (each clone gets its own)
.claude/settings.local.json
