242e38ef56
Internal ce:plan output shouldn't ship on the public repo. Adds docs/plans/ to .gitignore and removes the two already-tracked plan files from the index. Working copies stay local for reference. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
31 lines
674 B
Plaintext
31 lines
674 B
Plaintext
# Private benchmark / evaluation artifacts — never push to upstream
|
|
docs/comparison-results/
|
|
scripts/evaluate-synthesis.py
|
|
scripts/generate-synthesis-inputs.py
|
|
fixtures/polymarket_sample.json
|
|
docs/v2.1-tweets.md
|
|
docs/30-day-anniversary-thread.md
|
|
docs/30-day-anniversary-tweets.md
|
|
variants/open/references/research.md
|
|
|
|
# OS / tool files
|
|
.DS_Store
|
|
.claude/
|
|
.entire/
|
|
__pycache__/
|
|
*.pyc
|
|
mise.toml
|
|
.memsearch/
|
|
.venv/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Root vendor/ is accidental - real vendored client lives at scripts/lib/vendor/bird-search/
|
|
/vendor/
|
|
|
|
# build artifact from scripts/build-skill.sh
|
|
/dist/
|
|
|
|
# Internal planning docs (ce:plan output) — keep local, don't publish
|
|
docs/plans/
|