2 Star 18 Fork 5

milvus-io/bootcamp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiyu22 提交于 2021-10-25 18:43 . Update gitattributes
# Basic .gitattributes for a python repo.
# Source files
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python
# Binary files
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary export-ignore
*.pyo binary export-ignore
*.pyd binary
# To ignore it use below
*.ipynb linguist-documentation
*.tsx linguist-documentation
*.jsx linguist-documentation
# Note: .db, .p, and .pkl files are associated
# with the python modules ``pickle``, ``dbm.*``,
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
# (among others).
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/milvus-io/bootcamp.git
git@gitee.com:milvus-io/bootcamp.git
milvus-io
bootcamp
bootcamp
master

搜索帮助