# Patterns listed here are exempt from the large file threshold enforced by
# scripts/check_large_files.py. Use glob syntax relative to the repository root.
# Lines starting with `#` and blank lines are ignored.
#
# To apply a custom size ceiling instead of a full exemption, append
# `=max_bytes` to the pattern. Underscores are allowed for readability.
# Examples:
#   docs/models.json
#   **/fixtures/*.gif
#   docs/screenshots/*.png=600_000

# Allow the pre-built Zed extension binary, which is required for the
# integration tests and kept under 1 MB.
zed-extension/extension.wasm=1_000_000

# Keep changelog history available while capping growth.
CHANGELOG.md=600_000

# Project branding assets required by README/docs.
resources/gif/vtcode.gif=2_000_000
resources/logo/vtcode_logo.png=1_200_000
