From b635dcb4dde7b398aa6c453d92e9b16f30457589 Mon Sep 17 00:00:00 2001 From: Martin Folkerts Date: Mon, 9 Oct 2023 22:13:29 +0200 Subject: [PATCH] wip --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1db685 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# PHP (Laravel) Ignores +#/laravel_app/vendor/ +#/laravel_app/.env + +# Python Ignores +/python_app/__pycache__/ +/python_app/*.pyc + +# R Ignores +/r_app/*.Rhistory +/r_app/*.Rdata