# Developer identity (local only)
.developer

# Current task pointer (each dev works on different task)
.current-task

# Ralph Loop state file
.ralph-state.json

# Installed MCP servers (managed by viben mcp install)
mcp/

# Installed skills (managed by viben skill install)
skills/

# Agent runtime files
.agents/
agent.log.jsonl
session-id.txt

# Task directory runtime files
*.log.jsonl

# Atomic update temp files
*.tmp

# Update backup directories
.backup-*

# Conflict resolution temp files
*.new

# Python cache
**/__pycache__/
**/*.pyc
