From 41884428c438bf53e1919148d033eb234e9839e4 Mon Sep 17 00:00:00 2001 From: egillax Date: Fri, 24 Nov 2023 10:15:55 +0100 Subject: [PATCH] add python cache to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 94cb359..e54def2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ docs .idea/ renv.lock extras/ -.Renviron \ No newline at end of file +.Renviron +inst/python/__pycache__