Skip to content

Commit 37b485d

Browse files
committed
Move count_sourcelines.py to scripts directory
Relocated count_sourcelines.py to scripts/ for better organization. Also updated ignore_set to exclude docs-json-exporter.py from line counting.
1 parent 07a5c3d commit 37b485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

count_sourcelines.py renamed to scripts/count_sourcelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
cur_path = os.getcwd()
4-
ignore_set = {"__init__.py", "count_sourcelines.py"}
4+
ignore_set = {"__init__.py", "count_sourcelines.py", "docs-json-exporter.py"}
55

66
loc_list = []
77

0 commit comments

Comments
 (0)