Skip to content

ci/chore: fix Python imports in CI (PYTHONPATH + __init__), normalize line endings via - #2

Merged
Bobtheotherone merged 1 commit into
mainfrom
polish/readme-ci
Aug 12, 2025
Merged

ci/chore: fix Python imports in CI (PYTHONPATH + __init__), normalize line endings via#2
Bobtheotherone merged 1 commit into
mainfrom
polish/readme-ci

Conversation

@Bobtheotherone

Copy link
Copy Markdown
Owner

Summary
This PR makes CI reliable and standardizes repository text handling:

CI fix: Sets PYTHONPATH=${{ github.workspace }} and adds python/init.py so the runner can import python.image_processing and python.model.

Text normalization: Rewrites .gitattributes (no BOM) to enforce consistent line endings across OSes (LF in repo for source; CRLF allowed for Windows scripts).

Future-proofing: Adds Git LFS patterns for large model artifacts (.pt, .pth, .onnx, .tflite) to prevent repo bloat when models are added later.

@Bobtheotherone
Bobtheotherone merged commit 754c1d8 into main Aug 12, 2025
@Bobtheotherone
Bobtheotherone deleted the polish/readme-ci branch August 12, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant