From 8a67d3536ef2a9f7551b1913eb166a9e65d997fc Mon Sep 17 00:00:00 2001 From: Johannes Fischer Date: Fri, 8 Oct 2021 18:20:20 +0200 Subject: [PATCH] Add ray directory to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 96f186a..78e4906 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pkl *.pt *.zip +**/ray* # Byte-compiled / optimized / DLL files __pycache__/ @@ -149,3 +150,4 @@ output/ # Dependencies InteractionSimulator/ +imitation/