diff options
| author | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:11 +0200 |
|---|---|---|
| committer | Yann C <yann.clarisse@epita.fr> | 2024-02-15 13:34:11 +0200 |
| commit | ad7f099f058b288cded2434ec06ebd23466c32c0 (patch) | |
| tree | cf617dc224d0686404c39506a15852630c232a99 /robot/.gitignore | |
| parent | 47c90f8eec284511087041ad28828283efb90592 (diff) | |
robot code
Diffstat (limited to 'robot/.gitignore')
| -rw-r--r-- | robot/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
