From 67a679ab41053506ebfa17e2ee94d55b1690e10a Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 27 Jan 2026 12:20:48 +0300 Subject: [PATCH] fix: Add .vs folder to .gitignore (#466) ## Summary * Adds Visual Studio project files folder to .gitignore Otherwise: image --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0cc30a2..754c9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ .vscode lib/EpdFont/fontsrc *.generated.h +.vs build **/__pycache__/ \ No newline at end of file