.envrc
# Python
*.pyc
__pycache__/
*.pyo
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# uv
.python-version

# Scratch/working documents
docs/scratches/

# other
/third_party

# Dynamic Ralph runtime artifacts
working/
docs/decisions
run_ralph/
prd.json
worktrees/
scratch.md
scratch_*.md
workflow_edits/

# Docker
docker-compose.override.yml
/.claude/
