From cc0dc89ed978407bb720c1c1e0eba518d3c327c7 Mon Sep 17 00:00:00 2001 From: yuki Date: Mon, 6 Oct 2025 22:14:10 -0300 Subject: [PATCH] update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 345a1fc..b9a7584 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # config file config.toml +.vscode + # Byte-compiled / optimized / DLL files __pycache__/ *.py[codz]