moon-sighting/.gitignore
Aric Camarata b46ba2a74c Initial release: moon-calc v1.0.0
High-accuracy lunar crescent visibility using JPL DE442S ephemerides.
Implements Yallop q-test and Odeh V-parameter with all five crescent
geometry quantities (ARCL, ARCV, DAZ, W, lag). Full time scale chain
(UTC → TDB), IERS Q·R·W frame transforms, WGS84 observer model,
Bennett refraction, and kernel-free moon phase via Meeus approximation.
2026-02-25 15:45:41 -05:00

18 lines
189 B
Text

node_modules/
dist/
*.tgz
*.log
.DS_Store
.env
.env.*
# Ephemeris kernel cache (large binary files)
.kernel-cache/
*.bsp
*.tls
# AI agent directories
.claude/
.cursor/
.aider/
.continue/