ebc22c299e
* feat: Store active study in log/study.jsonl and allow resuming * Simplify resume logic with load_if_exists=True * Significantly improve flexibility of study save/load * Put constructor arguments at the highest precedence * Review comments --------- Co-authored-by: Spiky Moth <spikymoth@pm.me>
23 lines
232 B
Plaintext
23 lines
232 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Caches
|
|
/.ruff_cache/
|
|
|
|
# Editors
|
|
/.vscode/
|
|
|
|
# Configuration files
|
|
/config.toml
|
|
|
|
# Study checkpoints
|
|
/checkpoints/*.jsonl
|