Namespaced go-* targets (build, run, test, test-verbose, check, cover, fmt, vet, tidy, install, lint, clean) plus umbrella targets that delegate to them. help is the default. py-* targets will slot in during the Python port. Updates .gitignore with coverage artifacts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
147 B
Plaintext
15 lines
147 B
Plaintext
# Go binaries and artifacts
|
|
go/latprobe
|
|
go/coverage.out
|
|
go/coverage.html
|
|
python/latprobe
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
|
|
# OS
|
|
.DS_Store
|