Skip to content

Commit 7bc6bdb

Browse files
committed
exclude .venv directories
1 parent f16800e commit 7bc6bdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Unix/cloc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ $Exclude_Dir{".git"} = 1;
548548
$Exclude_Dir{".bzr"} = 1;
549549
$Exclude_Dir{".snapshot"} = 1; # NetApp backups
550550
$Exclude_Dir{".config"} = 1;
551+
$Exclude_Dir{".venv"} = 1; # Python virtual environment
551552
$opt_count_diff = defined $opt_count_diff ? 1 : 0;
552553
$opt_diff = 1 if $opt_diff_alignment or
553554
$opt_diff_list_file or

cloc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ $Exclude_Dir{".git"} = 1;
541541
$Exclude_Dir{".bzr"} = 1;
542542
$Exclude_Dir{".snapshot"} = 1; # NetApp backups
543543
$Exclude_Dir{".config"} = 1;
544+
$Exclude_Dir{".venv"} = 1; # Python virtual environment
544545
$opt_count_diff = defined $opt_count_diff ? 1 : 0;
545546
$opt_diff = 1 if $opt_diff_alignment or
546547
$opt_diff_list_file or

0 commit comments

Comments
 (0)