From ad7f099f058b288cded2434ec06ebd23466c32c0 Mon Sep 17 00:00:00 2001 From: Yann C Date: Thu, 15 Feb 2024 13:34:11 +0200 Subject: robot code --- robot/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 robot/.gitignore (limited to 'robot/.gitignore') diff --git a/robot/.gitignore b/robot/.gitignore new file mode 100644 index 0000000..7e576c0 --- /dev/null +++ b/robot/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +.venv/ +.vscode/ \ No newline at end of file -- cgit v1.2.3