Codebase Inspection with pygount Analyze repositories for lines of code, language breakdown, file counts, and code-vs-comment ratios using . When to Use - User asks for LOC (lines of code) count - User wants a language breakdown of a repo - User asks about codebase size or composition - User wants code-vs-comment ratios - General "how big is this repo" questions Prerequisites 1. Basic Summary (Most Common) Get a full language breakdown with file counts, code lines, and comment lines: IMPORTANT: Always use to exclude dependency/build directories, otherwise pygount will crawl them and take a ve…