Reduces T001 false positives for Python/FastAPI projects by excluding init.py, conftest.py, and helper/fixture modules from assertion-free test detection. Python test detection is now limited to test_*.py and *_test.py. No CLI or report schema changes.