mirror of
https://github.com/Yorko/mlcourse.ai.git
synced 2026-03-27 09:31:08 +00:00
* poetry -> uv; remove docker; update deps * remove GitHub Actions with pre-commit --------- Co-authored-by: Yury Kashnitsky <kashnitsky@google.com>
25 lines
337 B
Plaintext
25 lines
337 B
Plaintext
# Basic .gitattributes for a python repo.
|
|
|
|
# Linux scripts
|
|
# ============
|
|
*.sh text eol=lf
|
|
|
|
# Source files
|
|
# ============
|
|
*.pxd text
|
|
*.py text
|
|
*.py3 text
|
|
*.pyw text
|
|
*.pyx text
|
|
|
|
# Binary files
|
|
# ============
|
|
*.db binary
|
|
*.p binary
|
|
*.pkl binary
|
|
*.pyc binary
|
|
*.pyd binary
|
|
*.pyo binary
|
|
|
|
*.ipynb linguist-language=Python
|