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