Skip to content

Commit 9c2e119

Browse files
committed
chore: update ignore patterns and bundler comment - Add htmlcov/ to .gitignore for consistency - Add htmlcov/ and site/ to .llmignore for project exclusions - Update bundler comment to clarify clean text output purpose
1 parent 5dc826e commit 9c2e119

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ __pycache__/
1313
.venv
1414
/site/
1515
coverage.xml
16+
htmlcov/

.llmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ coverage.xml
3535
.coverage.*.*.*.*.*
3636
.coverage.*.*.*.*.*.*
3737
.coverage.*.*.*.*.*.*.*
38+
39+
htmlcov/
40+
site/

src/contextcraft/tools/bundler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def generate_tree_content(
5050
# Load ignore patterns
5151
llmignore_spec = ignore_handler.load_ignore_patterns(project_root)
5252

53-
# Generate plain text tree lines directly (same logic as file output)
53+
# Generate plain text tree lines directly for bundle (clean text output)
5454
tree_lines = tree_generator._generate_tree_lines_recursive(
5555
current_dir=project_root,
5656
root_dir_for_ignores=project_root,

0 commit comments

Comments
 (0)