From b39cc342073b304abb58fcbbee9cfb1139231f06 Mon Sep 17 00:00:00 2001 From: Guillaume Vernade Date: Mon, 9 Feb 2026 17:49:27 +0100 Subject: [PATCH] Ignore Python scripts created at root level by antigravity. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c4a377f41..3c49bee96 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ # Ignore fork-syncing workflow, should only exist in forks # cf. https://github.com/Giom-V/gemini-api-cookbook/blob/main/.github/workflows/sync.yml .github/workflows/sync.yml + +# Ignore Python scripts created at root level by antigravity +*.py