From 87226bf2aa69bb3c14b12495c956df9fe1c059de Mon Sep 17 00:00:00 2001 From: Frederik Baerentsen Date: Thu, 29 Jan 2026 19:21:10 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 36b13f1..4724e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,9 @@ cython_debug/ # PyPI configuration file .pypirc +# Code +x64/* +x86/* +*.code-workspace +*.db* +*.dll \ No newline at end of file