| # Editor/System | |
| .vscode/ | |
| .vscodeignore | |
| .git/ | |
| .gitignore | |
| # Dependencies | |
| node_modules/ | |
| .venv/ | |
| # Build artifacts | |
| *.vsix | |
| # Documentation | |
| prefixes.md | |
| # Scripts | |
| update_mql5_extension.py | |
| fix_package_json.py | |
| *.py | |
| # Tests | |
| test.mq5 | |
| # Misc | |
| .nevermind/ | |
| 220BOFx_v5.mq5 | |
| Python/ |