.git .gitignore .DS_Store .venv __pycache__ *.py[cod] *.egg-info .env .env.* !.env.example .idea .vscode .pytest_cache .ruff_cache *.log *.result.json logs/ tests/ examples/ skills/ node_modules/ web/node_modules/ web/dist/ visualization/.superpowers/ README_myself.md agents/README.md *.md !README.md !agents/**/prompt/system_prompt.md