加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Compiled python files (e.g. from running the unit tests):
*.pyc
*.pyo
# Jython class files (present if using Jython)
*.class
# Testing & coverage shrapnel
.tox
.coverage
coverage.xml
*.bai
# Backup files from some Unix editors
*~
*.swp
*.bak
# Patches and any original files created by patch command
*.diff
*.patch
*.orig
*.rej
# Mac OS X hidden files
.DS_Store
# Dolphin window manager hidden files
.directory
# MANIFEST file created automatically from MANIFEST.in (pip packaging)
MANIFEST
# Java TreeView backup/cache/index/whatever generated file
*.jtv
# R session files
.RData
.Rhistory
# Stuff I don't want to see
tags
test/build
test/*.pdf
build/
dist/
doc/_build
doc/html
CNVkit.egg-info/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化