From 2db9758d9b934fdc001f53614a85082046f7bf1c Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 28 Apr 2026 12:58:19 -0400 Subject: [PATCH] clean up .gitignore --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f239670..f05ce3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ # Build artifacts *.o build/ -orbit_sim -orbit_test -tests/informational/test_time_step_stability +*/__pycache__ # LLM summaries tmp/ @@ -23,5 +21,3 @@ tags .DS_Store Thumbs.db -# non-portable custom scripts -sync.sh