1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 01:21:18 +08:00
Files
qlib/.gitignore
2021-01-20 22:12:35 +08:00

37 lines
362 B
Plaintext

# https://github.com/github/gitignore/blob/master/Python.gitignore
__pycache__/
*.pyc
*.pyd
*.so
*.ipynb
.ipynb_checkpoints
_build
build/
dist/
*.pkl
*.hd5
*.csv
.env
.vim
.nvimrc
.vscode
qlib/data/_libs/expanding.cpp
qlib/data/_libs/rolling.cpp
examples/estimator/estimator_example/
*.egg-info/
# special software
mlruns/
tags
.pytest_cache/
.vscode/