# Claude local settings (users can create their own)
.claude/
TODOS.md

# Planning artifacts (local-only design docs and plan files)
PLAN.md
PLANS.md
plan-*.md
PLAN-*.md
*-plan.md
.plans/
.gstack/

# Ralph maintenance artifacts (generated by scripts/ralph.sh)
ralph-checklist.md
maintenance-checklist.md
docs-checklist.md
logs/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
pip-log.txt

# Virtual environments
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-project
*.sublime-workspace
.project
.settings/

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage/
coverage.xml

# Docker
.docker/

# Distribution
*.manifest
*.spec

# MCP Publisher
.mcp_publisher_token
.mcpregistry_github_token
.mcpregistry_registry_token
mcp-publisher

# Pretorin local data (API keys, evidence/narrative/note drafts)
.pretorin/
/evidence/
/narratives/
/notes/

# OS
.DS_Store
Thumbs.db
*~
.directory
