Files
sanguo_quant_live/.gitignore
2026-05-01 13:07:48 +08:00

75 lines
622 B
Plaintext

# Python
*.pyc
*.pyo
*.pyd
*.egg-info/
# Jupyter
.ipynb_checkpoints
# IDE
.vscode
.idea
*.wpr
*.wpu
.vs
x64
# Temp
build
dist
*.local
# VeighNa
.vntrader
# Visual Studio intermediate files
*.exp
*.iobj
*.ipdb
*.pdb
# Documents
_build
_static
_templates
# Misc
.DS_Store
*.mo
# Virtual environment
venv/
*.venv
# Alpha
lab/
/.mypy_cache
# 日志文件
*.log
*.monitor.log
nohup.out
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
*.pid
.learnings/
# 数据文件(大数据放 NAS,不进 git)
*.parquet
*.csv
*.pkl
*.db
*.sqlite
zhaoyun-data/data/raw/
# Python 虚拟环境
venv/
.venv/
# node_modules
node_modules/