Skip to content

Commit 6f569bf

Browse files
committed
Include HTML template in package
The report.html gitignore rule was too broad, excluding src/context_profiler/templates/report.html from the repo. This caused --html to fail with FileNotFoundError after install. Made-with: Cursor
1 parent b021e26 commit 6f569bf

2 files changed

Lines changed: 2169 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Thumbs.db
3131
htmlcov/
3232

3333
# Generated reports (large files)
34-
report.html
34+
/report.html
3535
*.lhar
3636

3737
# Trace files

0 commit comments

Comments
 (0)