From 8766a64391800f116819e3905797b034df57294f Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 23 Apr 2025 17:19:20 +0200 Subject: [PATCH] Add .pybuild and build directories to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c18dd8d..2591171 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__/ +.pybuild/ +build/ \ No newline at end of file