__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
node_modules/

# Memorable runtime config (local secrets and generated files)
.memorable/runtime.local.yaml
.memorable/.env
.memorable/docker-compose.yml
.memorable/*.db
.memorable/*.db-*

# Pi local secrets and runtime state
.pi/.env
.pi/agent-room/runs/
.pi/agent-room/worktrees/
