vnpy/.gitignore
vn.py 6c91951e02 [Add] general functions of VN Trader
1. use json instead of shelve for setting/data storage
2. call original sys.__excepthook__ before showing exception with QMessageBox
2019-02-17 22:59:01 +08:00

20 lines
127 B
Plaintext

# Python
*.pyc
# Jupyter
.ipynb_checkpoints
# IDE
.vscode
.idea
*.wpr
*.wpu
.vs
# Temp
build
dist
*.local
# vn.py
.vntrader