# Large Files Allowlist
# ======================
# Files in this list are allowed to exceed the maximum line count limit.
# Format: One file path per line (relative to project root)
#
# Guidelines for adding files:
# - Only add files that MUST be large due to their nature
# - Add a comment explaining WHY the file needs to be large
# - Consider refactoring instead of adding to this list
#
# Check with: mcp-coder check file-size --max-lines 750

# MCP server - many tool definitions in single protocol handler file
src/mcp_workspace/server.py

# GitHub operations test files - comprehensive test coverage for GitHub API integration
tests/github_operations/test_issue_cache.py
tests/github_operations/test_issue_branch_manager.py
tests/github_operations/test_base_manager.py
tests/github_operations/test_github_utils.py
tests/github_operations/issues/test_get_branch_with_pr_fallback.py
