diff --git a/.gitignore b/.gitignore index a1818814..aba631e4 100644 --- a/.gitignore +++ b/.gitignore @@ -43,5 +43,9 @@ frontend/pnpm-workspace.yaml /benchmarks/vedastro_nuget_probe/bin/ /benchmarks/vedastro_nuget_probe/obj/ +# Local ephemeris/runtime data downloaded outside the repo artifact contract +/hip_main.dat +/hip_main.dat.download + # Local isolated feature worktrees .worktrees/ diff --git a/scripts/report_builder.py b/scripts/report_builder.py index 964ac8d4..fe332e81 100644 --- a/scripts/report_builder.py +++ b/scripts/report_builder.py @@ -467,11 +467,11 @@ Examples: footer_cn = """""" + Powered by Jyotish Engine v6.9.14 & Swiss Ephemeris""" footer_en = """""" + Powered by Jyotish Engine v6.9.14 & Swiss Ephemeris""" footer = footer_cn if lang == "cn" else footer_en html_lang = "zh-CN" if lang == "cn" else "en"