# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Removed: workspace/ is now external (~/workspace by default)
# Removed: knowledge/ is no longer used

# Editor / OS
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/

# Project runtime — commit base settings.json, ignore local overrides and runtime state
.claude/settings.local.json
.claude/scheduled_tasks.json
.claude/keybindings.json
.obsidian/

# MCP configs and temp artifacts
.mcp.json
.playwright-mcp/

# Playwright MCP default screenshots — always use workspace/tmp/ instead
/*.png
/*.jpg
/*.jpeg

# Desktop pet (Electron)
desktop/node_modules/
desktop/dist/
desktop/dist-electron/
desktop/build-resources/
desktop/release/
