From d5aaea1a07e5935ba96c410d2ef04710fab2c43a Mon Sep 17 00:00:00 2001 From: Undersk0re <44556359+Undersk0re@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:12:04 +0200 Subject: [PATCH] Update .gitignore, folder fix --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 485272adfb3..cb7165aacaa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,11 @@ /*/target **/*.rs.bk **/*.bytecode -__pycache__ +__pycache__/ **/*.pytest_cache .*sw* .repl_history.txt -.vscode +.vscode/ wasm-pack.log .idea/ .envrc