.dockerignore 278 B

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