.dockerignore 337 B

1234567891011121314151617181920212223242526272829
  1. .git
  2. .gitignore
  3. .DS_Store
  4. .venv
  5. __pycache__
  6. *.py[cod]
  7. *.egg-info
  8. .env
  9. .env.*
  10. !.env.example
  11. .idea
  12. .vscode
  13. .pytest_cache
  14. .ruff_cache
  15. *.log
  16. *.result.json
  17. logs/
  18. tests/
  19. examples/
  20. skills/
  21. node_modules/
  22. web/node_modules/
  23. web/dist/
  24. visualization/.superpowers/
  25. README_myself.md
  26. agents/README.md
  27. *.md
  28. !README.md
  29. !agents/**/prompt/system_prompt.md