pg_orrery/.gitignore
Ryan Malloy dbc1f20a46 Add v0.20.0: Lagrange point SQL functions, DE variants, regression tests
37 new SQL objects (188 → 225 total):
- Sun-planet L1-L5: heliocentric, observe, equatorial, distance (5 IMMUTABLE)
- Earth-Moon L1-L5: observe, equatorial via ELP2000-82B (2 IMMUTABLE)
- Planetary moon L1-L5: Galilean/Saturn/Uranus/Mars families (8 IMMUTABLE)
- Hill radius, zone radius, mass ratio, point name (5 IMMUTABLE)
- DE variants with VSOP87/ELP2000-82B fallback (17 STABLE)

All 31 regression tests pass. 210/210 standalone math tests pass.
2026-02-28 14:21:28 -07:00

48 lines
773 B
Plaintext

# Build artifacts
*.o
*.bc
*.so
*.dylib
# pg_regress output
regression.diffs
regression.out
results/
tmp_check/
log/
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Test artifacts
test/matrix-logs/
test/test_de_reader
test/test_od_math
test/test_od_iod
test/test_od_gauss
test/test_lagrange
# Bench — downloaded TLE catalogs (large, ephemeral)
# Already-tracked files (active.tle, spacetrack_full*.tle) are unaffected.
bench/alpha5.tle
bench/celestrak_*.tle
bench/mega_catalog.tle
bench/merged_catalog.tle
bench/satnogs*.tle
bench/spacetrack_all_onorbit.tle
bench/spacetrack_everything.tle
bench/supgp_*.tle
bench/tle_api_catalog.tle
bench/cookies*.txt
bench/load_mega_catalog.sql
bench/load_merged_catalog.sql
# Docs site
docs/node_modules/
docs/dist/
docs/.astro/