1 Star 0 Fork 64

zhuzhenping/starquant

forked from physer/starquant 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 852 Bytes
Copy Edit Raw Blame History
physer authored 2019-06-26 22:31 . fix:paper order bugs
### C++ template
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### CMake template
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
# Created by .ignore support plugin (hsz.mobi)
.arcconfig
.idea/
# VS related
*.VC.*
*.sln
*.vcxproj*
Debug/
.vs/
.idea/
*_build/
*/tmp/
*.pyc
*.rpm
*build/
cmake-build-debug/
extra_dump.py
.DS_Store
# user defined
*.ipynb
/test/
/research/
*.vscode/
*.pyc
*.yaml
*__pycache__/
/data/*
/etc/*
/result/*
/Result/*
/Research/*
/log/*
/legacy/*
/docs/*
/dist/*
/build/*
*.spec
/mystrategy/*
/teststrategy/*
!/mystrategy/Examplestrategy.py
!/mystrategy/__init__.py
*.ipynb_checkpoints/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhuzhenping/starquant.git
git@gitee.com:zhuzhenping/starquant.git
zhuzhenping
starquant
starquant
master

Search