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