ad59e60269
pyproject.toml declares pytest-cov as a dev dependency and configures [tool.coverage.run], but the generated .coverage database and htmlcov/ report directory are not gitignored. Also add .venv/ (standard Python virtualenv) and .memsearch/ (session memory) to keep the working tree clean for contributors.
22 lines
433 B
Plaintext
22 lines
433 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/
|