加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Scott Sanderson 提交于 2016-07-29 07:26 . MAINT: Rebuild example data.
.bundle
db/*.sqlite3
log/*.log
*.log
tmp/**/*
tmp/*
*.swp
*~
#mac autosaving file
.DS_Store
*.py[co]
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
test.log
.noseids
*.xlsx
# Compiled python files
*.py[co]
# Packages
*.egg
.eggs/*
*.egg-info
dist
build
eggs
cover
parts
bin
var
sdist
develop-eggs
.installed.cfg
coverage.xml
htmlcov
nosetests.xml
# C Extensions
*.o
*.so
*.out
# git add -f if needed
*.c
# Vim
*.swp
*.swo
# Built documentation
docs/_build/*
# Un-tarred example data input. We should only commit the tarball.
tests/resources/example_data/*
# database of vbench
benchmarks.db
# Vagrant temp folder
.vagrant
# Intellij IDE temp project files
.project
zipline.iml
# PyCharm custom settings
.idea
TAGS
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化