mirror of
https://github.com/wassname/lora-lite.git
synced 2026-06-27 16:45:56 +08:00
28d04f1e1d
Broaden raw*/err* patterns to *raw*/*err* so prefixed scratch (loraxs_raw.jsonl, loraxs_err.txt) is ignored. Add the GPT-5.5 review of the lora_xs variant as the curated artifact. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
25 lines
331 B
Plaintext
25 lines
331 B
Plaintext
.venv
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.db
|
|
*.sqlite3
|
|
*.log
|
|
*.bak
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
logs/
|
|
docs/spec/
|
|
outputs/
|
|
tests/_artifacts/
|
|
docs/papers/*.pdf
|
|
docs/papers/*.txt
|
|
docs/papers/md/
|
|
# external-review scratch (raw model output, stderr); curated *.md reviews stay tracked
|
|
.pi/
|
|
docs/reviews/*raw*.jsonl
|
|
docs/reviews/*err*.txt
|