Files
myagents/.gitignore
T
Zhengshou Lai bb39b80d06 refactor: clean up outdated references and orphan files
- 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
2026-04-23 08:55:15 +08:00

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