chore: remove gitignored files from tracking, update channels

- Remove .vscode/, __pycache__/, publish binaries, and .dll/.pdb files from git tracking (now covered by .gitignore)
This commit is contained in:
Miha Kralj
2026-03-03 10:33:23 -08:00
parent 1910fdca93
commit 50711933e1
27 changed files with 132 additions and 290 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using System.Linq;
using Xunit;
using QuanTAlib;
namespace QuanTAlib.Tests.Core;
namespace QuanTAlib.Tests;
/// <summary>
/// Tests verifying the structural stability of indicators across the repository.