Skip to content

Commit

Permalink
chore: update gitignore with python setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-barker committed Dec 1, 2023
1 parent 62c859b commit 764838b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,8 @@ common/Perception/face_detection/output/
common/Perception/lasr_object_detection_yolo/models
.vscode/
common/navigation/choosing_wait_position/src/choosing_wait_position/final_lift_key_point/models
legacy/choosing_wait_position/src/choosing_wait_position/final_lift_key_point/models/keypointsrcnn_weights.pth
legacy/choosing_wait_position/src/choosing_wait_position/final_lift_key_point/models/keypointsrcnn_weights.pth

# Python extension setup files
.pylintrc
mypy.ini

0 comments on commit 764838b

Please sign in to comment.