commit b635dcb4dde7b398aa6c453d92e9b16f30457589 Author: Martin Folkerts Date: Mon Oct 9 22:13:29 2023 +0200 wip 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