diff --git a/.gitignore b/.gitignore index ef229ed..5e435b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ +# Output +/dist/ + +# Node +/node_modules/ + +# Tests coverage/ -dist/ -node_modules/ + +# Documentation +docs/api/* +!docs/api/.gitkeep + +# Agent planning artifacts +.superpowers/ +docs/superpowers/ \ No newline at end of file