diff --git a/.gitignore b/.gitignore index 1d83dc9..8cfd1ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ last_checkpoint.npz +*.pyc +__pycache__ \ No newline at end of file diff --git a/orbiter/__pycache__/__init__.cpython-312.pyc b/orbiter/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7d52799..0000000 Binary files a/orbiter/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/orbiter/__pycache__/units.cpython-312.pyc b/orbiter/__pycache__/units.cpython-312.pyc deleted file mode 100644 index bfa835f..0000000 Binary files a/orbiter/__pycache__/units.cpython-312.pyc and /dev/null differ