LEM/.gitignore
Claude 70dd18c065
refactor: move Go library to pkg/lem, thin main.go
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>
2026-02-15 16:30:09 +00:00

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