mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
Improvements based on PR #1105 by @rnjema: - Add get_platform() function for OS detection - Use $PYTHON_CMD -m pip for more reliable pip invocation - Show Windows-specific guidance during installation - Add text=auto to .gitattributes for cross-platform line endings Closes #1078 Co-authored-by: rnjema <rnjema@users.noreply.github.com>
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
# Mark auto-generated files (GitHub will show "Generated" label)
|
|
tinytorch/core/*.py linguist-generated=true
|
|
tinytorch/**/*.py linguist-generated=true
|
|
# Exclude from diff by default (reduces noise)
|
|
tinytorch/core/*.py -diff
|
|
# Set default line termination behavior for all text files (cross-platform)
|
|
# Contributed by @rnjema (PR #1105)
|
|
* text=auto
|