Skip to content

Commit 484e9da

Browse files
committed
Remove merge analysis docs from git tracking
- Removed SECTION_2_MERGE_ANALYSIS.md from git - Added all merge/analysis documentation to .gitignore - Files kept locally for reference but not tracked in git Files excluded: - SECTION_2_MERGE_ANALYSIS.md - overlap-analysis-summary.md - section-2.5-*.md (analysis files) - sections-1-4-notebooks.html - pdfs/ directory
1 parent d0ffbcb commit 484e9da

File tree

2 files changed

+10
-497
lines changed

2 files changed

+10
-497
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,13 @@ python-recipes/vector_search.py
242242

243243
# Context engineering course - generated data files
244244
python-recipes/context-engineering/notebooks/section-2-retrieved-context-engineering/course_catalog_section2.json
245+
246+
# Context engineering course - analysis and merge documentation (keep locally)
247+
python-recipes/context-engineering/notebooks/SECTION_2_MERGE_ANALYSIS.md
248+
python-recipes/context-engineering/overlap-analysis-summary.md
249+
python-recipes/context-engineering/section-2.5-analysis.md
250+
python-recipes/context-engineering/section-2.5-overlap-analysis.md
251+
python-recipes/context-engineering/section-2.5-philosophy-alignment.md
252+
python-recipes/context-engineering/section-2.5-revised-plan.md
253+
python-recipes/context-engineering/sections-1-4-notebooks.html
254+
python-recipes/context-engineering/pdfs/

0 commit comments

Comments
 (0)