From d8655c27d85466a3abe2510e48fd306e4097afff Mon Sep 17 00:00:00 2001 From: Lintel Date: Tue, 7 Apr 2026 20:02:48 +0000 Subject: [PATCH] Convert idea decomposition from chat handler to a tracked workflow --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 349079a6..565e2ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,8 @@ worktrees .superpowers ui/src/generated/ ui/.vite/ + +# Python bytecode (added by lintel) +*.pyc +*.pyo +*.pyd