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