chore: establish learning module baseline

This commit is contained in:
inman
2026-08-16 14:58:47 +08:00
commit 2d04197f3f
2409 changed files with 533050 additions and 0 deletions

9
OpenMAIC/.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Shell scripts must keep LF endings even when checked out on Windows.
#
# With Git's default `core.autocrlf=true` on Windows, docker-entrypoint.sh is
# rewritten to CRLF at checkout. COPY-ing it into a Linux image then leaves the
# shebang reading `#!/bin/sh\r`, so the kernel looks for an interpreter whose
# name ends in a carriage return and the container exits immediately with
# `exec /usr/local/bin/docker-entrypoint.sh: no such file or directory` —
# a message that points at the script rather than at the interpreter.
*.sh text eol=lf