From 764838b25a7d96289bfe525659c4c805f9f17722 Mon Sep 17 00:00:00 2001 From: m-barker Date: Fri, 1 Dec 2023 14:04:27 +0000 Subject: [PATCH] chore: update gitignore with python setup files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53204a0d4..c197633af 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +legacy/choosing_wait_position/src/choosing_wait_position/final_lift_key_point/models/keypointsrcnn_weights.pth + +# Python extension setup files +.pylintrc +mypy.ini \ No newline at end of file