- Fix __init__.py docstring: Mybot → Myclaude - Remove stale .gitignore entries (workspace/, knowledge/) - Delete orphan package-lock.json from Python project - Update README: project structure, commands, env vars - Replace all myclaude chat references with myclaude - Update defaultWorkingDirectory examples to ~/workspace - Add MYCLAUDE_WORKSPACE_ROOT documentation
21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
# Removed: workspace/ is now external (~/workspace by default)
|
|
# Removed: knowledge/ is no longer used
|
|
|
|
.claude/
|
|
.obsidian/
|
|
|
|
# MCP configs and temp artifacts
|
|
.mcp.json
|
|
.playwright-mcp/
|
|
|
|
# Playwright MCP default screenshots — always use workspace/tmp/ instead
|
|
/*.png
|
|
/*.jpg
|
|
/*.jpeg
|