# Files exempt from the file-size check (mcp-coder check file-size).
# One path per line, relative to repo root.

# Large test files with extensive test cases
tests/test_subprocess_runner.py
tests/test_log_utils.py

# Core implementation files that may be legitimately large
src/mcp_coder_utils/subprocess_runner.py
