# File Size Exemptions
#
# Files listed here are exempt from the check-file-size CI gate.
# Each entry MUST include a comment with a tracking issue link.
# When the refactor tracked in that issue is complete, remove the entry.
#
# Format: one file path per line (relative to repo root), comments with #
#
# Limits enforced by .github/workflows/check-file-size.yml:
#   Rust  : 1500 lines (test files excluded)
#   Python: 1000 lines (test files excluded)

# issue #849 — server_base.py is a 1162-line god module; tracked for split
python/dcc_mcp_core/server_base.py
