fix(tests): add missing comprehensive test files and fix gitignore

The comprehensive test files were not committed due to .gitignore pattern 'test_*.py' blocking all test files. Fixed gitignore to only exclude root-level test scripts.
This commit is contained in:
matt 2026-02-20 11:33:41 -08:00
parent c72f581ce7
commit c75f37603f
13 changed files with 6048 additions and 2 deletions

4
.gitignore vendored
View file

@ -8,8 +8,8 @@
!requirements-dev.txt
RELEASE_NOTES.md
test.py
test_*.py
/test.py
/test_*.py
!test_exclude_cards.txt
!test_include_exclude_config.json