Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 244 Bytes
Copy Edit Raw Blame History
nanoric authored 2019-08-05 15:25 . [Add] added *.egg-info/ into .gitignore
# Python
*.pyc
*.egg-info/
# Jupyter
.ipynb_checkpoints
# IDE
.vscode
.idea
*.wpr
*.wpu
.vs
x64
# Temp
build
dist
*.local
# vn.py
.vntrader
# Visual Studio intermediate files
*.exp
*.iobj
*.ipdb
*.pdb
# Documents
_build
_static
_templates
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化