Files
Yury Kashnitsky 8037f8f11b poetry -> uv; remove docker; update dependencies (#795)
* poetry -> uv; remove docker; update deps

* remove GitHub Actions with pre-commit

---------

Co-authored-by: Yury Kashnitsky <kashnitsky@google.com>
2025-05-27 22:45:36 +02:00

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