# Large-file allowlist (T-1845).
# Each non-empty, non-comment line is an extended-regex applied against the
# file path. Matching paths are exempt from both block and warn thresholds.
#
# Add entries ONLY for known-legitimate large files (vendored deps, generated
# self-bootstrap artefacts). Accidentally-tracked binaries should be untracked
# and gitignored, not allowlisted.

# Self-vendored framework copy — node_modules tree for the framework's own
# TypeScript build, committed by T-012 to support self-bootstrap from a clean
# checkout. 305 files, ~45 MiB total. Removing would break consumer-style
# install of the framework against itself.
^\.agentic-framework/lib/ts/node_modules/

# Compiled/minified bundles in lib/ts/dist/ (generated by `fw build`, but
# checked in so consumers without a build toolchain still get a working CLI).
^\.agentic-framework/lib/ts/dist/.*\.(js|map)$
^lib/ts/dist/.*\.(js|map)$
