Browse Source

clean up .gitignore

test-refactor
cinnaboot 2 months ago
parent
commit
2db9758d9b
  1. 6
      .gitignore

6
.gitignore vendored

@ -1,9 +1,7 @@
# Build artifacts # Build artifacts
*.o *.o
build/ build/
orbit_sim */__pycache__
orbit_test
tests/informational/test_time_step_stability
# LLM summaries # LLM summaries
tmp/ tmp/
@ -23,5 +21,3 @@ tags
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# non-portable custom scripts
sync.sh

Loading…
Cancel
Save