Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ best.pt
.venv-formatters
autonomy/src/autonomy.egg-info
hydrus_software_stack.egg-info

# Generated by Cargo
# will have compiled files and executables
debug
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

1 change: 1 addition & 0 deletions autonomy/src/mission_planner_legacy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This code has been deprecated in favor of mission-planner at the root directory.
Loading
Loading