# 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/

# Active/Pending Sessions (Ephemeral)
.hestai/sessions/pending/
.hestai/sessions/active/

# Operational timestamps (session-specific state)
.hestai/last_cleanup
.hestai/context/state/

# Raw session archives (OCTAVE compressed versions are committed)
.hestai/sessions/archive/*-raw.jsonl

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

# 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 AI configuration (use config/ai.yaml.example as template)
config/ai.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

# HestAI report scratch area
.hestai/reports/scratch/

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