commit 730894b7b995c4c829c7fcb87af17c49f28a938d
parent cef119dfac88fcaa131c0da45347be9d62c7aee4
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Sat, 20 Jun 2026 21:26:52 +0530
Add 'docs' to excluded files in list.py
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/list.py b/list.py
@@ -2,7 +2,7 @@ import os
EXTENSIONS = ('.c', '.r', '.cpp', '.py')
-EXCLUDE = ('list.py', 'md.py', 'utils')
+EXCLUDE = ('list.py', 'md.py', 'utils', 'docs')
ALGO_FOLDER_NAME = 'algorithms'
@@ -44,4 +44,4 @@ if __name__ == "__main__":
list_all_files(current_directory)
print("-" * 30)
- print("Scan complete.")-
\ No newline at end of file
+ print("Scan complete.")