1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/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/