mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
Removed from git (archived locally in _archive/): - 8 obsolete docs (METHODOLOGY, SCALING_PLAN, TOPIC_MAP, etc.) - 4 per-track directories (cloud/, edge/, mobile/, tinyml/) - _extracted/, _taxonomy_proposals/, _prose/, engine/ - Intermediate JSON files (competencies, concept_tags_vocabulary, chapter_urls) - Build artifacts (_validation_batches, _quarto.yml, quarto pages) - Backup files (corpus_v4_backup, vault_loop.log, .bak) Consolidated scripts into scripts/ directory. Clean root now has only: corpus.json, chains.json, taxonomy.json, vault.py, vault.yaml, schema.py, README.md, NUMBERS.md, TAXONOMY.md, NEXT_SESSION_PLAN.md, paper/, scripts/, staffml/
45 lines
585 B
Plaintext
45 lines
585 B
Plaintext
/.quarto/
|
|
**/*.quarto_ipynb
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Build artifacts
|
|
_build/
|
|
.next/
|
|
|
|
# Ephemeral pipeline output (regenerable)
|
|
_output/
|
|
_generated/
|
|
_plans/
|
|
_prose/
|
|
_reviews/
|
|
_chroma/
|
|
_cognee_data/
|
|
_cognee_system/
|
|
_taxonomy_proposals/
|
|
_validation_batches/
|
|
_validation_results/
|
|
_vault/
|
|
|
|
# Temp files
|
|
_generation_plan.json
|
|
_loop_progress.json
|
|
_taxonomy_graph.html
|
|
_taxonomy_dashboard.png
|
|
vault_loop_*.json
|
|
vault_loop.log
|
|
*.bak
|
|
*.log
|
|
|
|
# Backups (git has history)
|
|
corpus_v4_backup.json
|
|
|
|
# Archive (old docs/scripts, kept locally)
|
|
_archive/
|
|
|
|
# OS
|
|
.DS_Store
|
|
TOPIC_MAP_files/
|