# Claude Code local settings (user-specific, not committed)
/.claude/settings.json
/.claude/settings.local.json
/.claude/commands/

# NOTE: .claude/rules/ IS committed (team conventions per Boris's best practices)

# Gemini clipboard cache (temporary clipboard artifacts)
.gemini-clipboard/

# System Governance (Delivered by MCP, NOT committed)
.hestai-sys/

# Working State (symlinked to .hestai-state/, shared across worktrees)
.hestai/state
.hestai/state/
.hestai-state/
.hestai/state/sessions/**/*.jsonl

# Raw debate transcripts (OCTAVE compressed versions are committed)
debates/*.json
debates/*.jsonl
debates/*.lock
debates/**/*.json
debates/**/*.jsonl
debates/**/*.lock
debates/**/*.events.jsonl
*.jsonl

# 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

# Virtual Environments
venv/
.venv/
ENV/
env/
.env

# Local tier configuration (copy tiers.yaml.example to tiers.yaml)
tiers.yaml

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type Checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log

# Temporary files
*.tmp
*.bak

# Note: rfcs/ folder deleted per ADR-0060

# Git worktrees (Crystal)
/worktrees/
/worktree-*/
