mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-06 12:30:57 +08:00
init commit
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# https://github.com/github/gitignore/blob/master/Python.gitignore
|
||||
__pycache__/
|
||||
|
||||
*.pyc
|
||||
*.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
|
||||
|
||||
Reference in New Issue
Block a user