feat: Add *Test* to .gitignore to ignore test-related files and folders.

This commit is contained in:
sladro 2026-02-04 11:36:58 +08:00
parent a5bfd778a3
commit 23f88858a5

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ build/
dist/
*.egg-info/
.eggs/
*Test*
# Test / tooling caches
.pytest_cache/