This is an automated email from the ASF dual-hosted git repository. yasithdev pushed a commit to branch feat/generic-experiment-launcher in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
commit 41d78797a1cd4b9770e4ce6550f58c08a1605de7 Author: yasithdev <[email protected]> AuthorDate: Fri Apr 24 16:17:42 2026 -0400 chore: ignore .superpowers/ brainstorming scratch dir in django portal --- airavata-django-portal/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airavata-django-portal/.gitignore b/airavata-django-portal/.gitignore index 1cfe2a799..061af58ac 100644 --- a/airavata-django-portal/.gitignore +++ b/airavata-django-portal/.gitignore @@ -21,3 +21,6 @@ yarn-error.log tests/e2e/.auth/ playwright-report/ test-results/ + +# Superpowers brainstorming scratch (mockups, server state) +.superpowers/
