From 65fc74efdbaa91771c433e13f640424000f3bb95 Mon Sep 17 00:00:00 2001 From: Cuong Duong Date: Mon, 3 Jul 2023 21:09:05 +1000 Subject: [PATCH] gitignore more dev files --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5c1fb1a..9af3842 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,11 @@ python_shim/build/ *.envrc # Development with Python -python/prophet/bin/ -python/prophet/etc/ -python/prophet/lib/ -python/prophet/pyvenv.cfg -python/prophet/share/ -python/prophet/stan_model/ +python/**/bin/ +python/**/etc/ +python/**/lib/ +python/**/lib64 +python/**/pyvenv.cfg +python/**/share/ +python/**/stan_model/ .Rproj.user