# Notes, specs, docs (private)
notes/
specs/
docs/
todo.txt
opencode.json
CLAUDE.local.md

# Personal config (use config.example.toml as template)
config.toml
.claude-session-explorer.toml

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Reference project (not part of this repo)
claude-code-transcripts/

# MCP server data
.playwright-mcp/
