# Python
__pycache__/
*.pyc

# 用户数据与转换产物（不入库）
raw/
output/

# 构建产物
build/
dist/
packaging/jre/

# macOS
.DS_Store
