satkit 0.22.0

Satellite Toolkit
Documentation
/target
/testdata/vallado*
/testdata/testpo*
.vscode
*.whl
build
*.egg-info
__pycache__
/satkit-testvecs
/astro-data
iframe_figures
*.so
.DS_Store
_build
html
Pipfile.lock

# Claude code
.claude

# GPS files
*.sp3

# Ignore local virtual environments
.venv
venv

.pytest_cache

wheelhouse
wheel

# MkDocs build output
site

# Generated doc plots (built by docs/examples/gen_plots.py)
docs/images/*.svg
# GMAT scripts kept by tests/gmat/generate.py --keep-scripts
tests/gmat/scripts/

# Python tooling caches
.mypy_cache/
.ruff_cache/
dist/

# Jupyter checkpoints (docs/tutorials notebooks)
.ipynb_checkpoints/

# proptest failure artifacts (counterexamples get pinned as named tests instead)
proptest-regressions/
**/*.proptest-regressions

# scratch scripts stay out of commits
/scratch/