add loss.go (#168)

This commit is contained in:
Pat Whittingslow
2026-07-22 13:09:12 -03:00
committed by GitHub
parent 1bbfd5eac3
commit 41c7e3c445
6 changed files with 436 additions and 6 deletions
+2
View File
@@ -1,6 +1,8 @@
# Ignore files with no extensions trick:
# First ignore all.
*
# Unignore directories since they usually have no extensions
!*/
# Unignore all with extensions.
!*.*
!LICENSE