From 59145f9ea1a2572ae597f0a9cb961d154feaeb48 Mon Sep 17 00:00:00 2001 From: elpatron Date: Fri, 25 Jul 2025 12:30:05 +0200 Subject: [PATCH] Add batch file --- code-stats.cmd | 1 + 1 file changed, 1 insertion(+) create mode 100644 code-stats.cmd diff --git a/code-stats.cmd b/code-stats.cmd new file mode 100644 index 0000000..2a21545 --- /dev/null +++ b/code-stats.cmd @@ -0,0 +1 @@ +@cloc . .\templates\ .\static\ --exclude-dir=.venv,.git,log,__pycache__,.pytest_cache --exclude-ext=txt,bak --md \ No newline at end of file