.gitignore 347 B

12345678910111213141516171819
  1. .worktrees/
  2. .private-journal/
  3. .claude/
  4. .superpowers/
  5. .DS_Store
  6. node_modules/
  7. inspo
  8. triage/
  9. # Eval harness lives in its own repository, cloned into evals/ for local
  10. # development (see CLAUDE.md / README.md). It is not part of the published
  11. # plugin, so the whole directory is ignored here.
  12. evals/
  13. # Python
  14. __pycache__/
  15. *.pyc
  16. *.pyo
  17. .pytest_cache/