From 3b1f90ffa81f9f2f65d1264fb28b5a7b616dfd45 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Apr 2026 18:27:19 +1000 Subject: [PATCH] Initial commit - MT5 Tools dashboard --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9a8a2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv/ +mt5_batch_config.json +__pycache__/ +*.pyc \ No newline at end of file