cloc 统计代码行数
.\cloc -by-file ./ --exclude-dir=node_modules --include-lang=Python
.\cloc ./ --exclude-dir=node_modules --include-lang=Python
导出代码时 排除 *.cnf *.sql *.json
.\cloc -by-file ./ --exclude-dir=node_modules --include-lang=Python
.\cloc ./ --exclude-dir=node_modules --include-lang=Python
导出代码时 排除 *.cnf *.sql *.json