From cab032e2be842e39393c37b0fe7041d0aa8e2877 Mon Sep 17 00:00:00 2001 From: Ewan Croft Date: Mon, 6 Apr 2026 19:52:53 +0100 Subject: [PATCH] Update .gitignore to ignore generated files --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 02f7256..c218d7d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,19 @@ __pycache__/ # Distribution / packaging .Python + +# Generated C files +*.c +!selenium/runtime.c + +# Generated executables +bitwise +examples/bitwise +examples/break_continue +examples/inc_dec +examples/input +examples/switch +examples/ternary build/ develop-eggs/ dist/ -- 2.51.2