modified: Makefile modified: arborist/cli.py new file: arborist/qa/progress.py modified: arborist/qa/query.py new file: arborist/qa/witness.py modified: bench/results/real-shard-baseline.json modified: bench/results/real-shard-baseline.md modified: docs/TICKETS.md new file: docs/tickets/ticket-000028-multi-modality-witness.md new file: greatest-live-rock-and-roll-song-ever-played.md new file: tests/test_witness.py
27 lines
466 B
Text
27 lines
466 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
.pytest_cache/
|
|
.coverage
|
|
*.swp
|
|
_build/
|
|
|
|
# data + caches stay out of git
|
|
data/
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# bench artifacts
|
|
bench/qa_results/
|
|
|
|
# Claude Code session-local artifacts (worktrees, transient state)
|
|
.claude/
|
|
|
|
# Sphinx build artifacts (generated; RTD builds on its servers)
|
|
docs/_source/_build/
|
|
|
|
# Auto-generated by docs/_source/_ext/makefile_targets.py at Sphinx build time
|
|
docs/_source/api/makefile.rst
|