All scoring/influx/export/expand logic moves to pkg/lem as an importable package. main.go is now a thin CLI dispatcher. This lets new commands import the shared library directly — ready for converting Python scripts to Go subcommands. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
210 B
Text
14 lines
210 B
Text
.DS_Store
|
|
.idea/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
|
|
# Worker output (generated locally, not committed)
|
|
worker/output/
|
|
|
|
# Parquet exports (generated, sync to HF via scripts/sync_hf.py)
|
|
training/parquet/
|
|
|
|
# Go binary
|
|
/lem
|