From 2a81bcfd53f86d583535734351958984043d12bb Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Thu, 13 Feb 2025 19:31:57 +0100 Subject: [PATCH] add gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8bec0b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Build files +/build*/ +/*.g1a +/*.g3a + +# Python bytecode +__pycache__/ + +# Common IDE files +*.sublime-project +*.sublime-workspace