- Remove stale thoughts/ledgers/ and thoughts/shared/ artifacts - Fix .gitignore duplicate .worktrees entry - Move pyright to [dependency-groups] dev - Replace hardcoded blog correlation with reproducible metric reference - Add docs: verify-session-artifacts, fusion-vector-dimensions, working-tree-hygiene - Update blog-numbers-from-pipeline-outputs with correlation example
36 lines
479 B
Plaintext
36 lines
479 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Database files (large binary, not suited for git)
|
|
data/*.db
|
|
data/*.bak
|
|
data/*.json
|
|
|
|
# Generated output files
|
|
outputs/
|
|
outputs_*/
|
|
|
|
# Stray temp files
|
|
dummy
|
|
|
|
.env
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Generated analysis files
|
|
thoughts/explorer/*.json
|
|
thoughts/explorer/*_report.md
|
|
thoughts/shared/analyses/
|
|
|
|
# Compound Engineering local config
|
|
.compound-engineering/*.local.yaml
|