sage_datamart/.gitignore
yumoqing cb42f110c1 fix: i18n JSON files not included in wheel package
Root cause: no __init__.py in i18n/*/ subdirs, so setuptools
packages.find() skipped them. pyproject.toml also lacked
[tool.setuptools.package-data] for *.json glob.

Fixes:
- Add __init__.py to i18n/ and each language subdir (zh/en/jp/ko)
- Add [tool.setuptools.package-data] "*" = ["*.json"]
- Add build/ to .gitignore

Verified: wheel now includes all 4 i18n.json files.
2026-07-27 11:07:14 +08:00

6 lines
59 B
Plaintext

__pycache__/
*.pyc
*.egg-info/
models/mysql.ddl.sql
build/