From 8bc151ee4c8db3100bbccdb98d0979490d4cacb7 Mon Sep 17 00:00:00 2001 From: Timon Date: Mon, 16 Feb 2026 10:28:33 +0100 Subject: [PATCH] chore: Remove obsolete .gitignore files from python_app and r_app --- python_app/.gitignore | 43 ------------------------------------------- r_app/.gitignore | 20 -------------------- 2 files changed, 63 deletions(-) delete mode 100644 python_app/.gitignore delete mode 100644 r_app/.gitignore diff --git a/python_app/.gitignore b/python_app/.gitignore deleted file mode 100644 index 7c3d9f1..0000000 --- a/python_app/.gitignore +++ /dev/null @@ -1,43 +0,0 @@ -# .gitignore - -# Ignore the virtual environment directory -myenv/ - -# Byte-compiled / optimized files -__pycache__/ -*.py[cod] -*$py.class - -# Ignore all .pyc files in any directory -**/*.pyc - -# Ignore pip wheel metadata -pip-wheel-metadata/ - -# Ignore the `dist/` directory used for package distributions -dist/ - -# Ignore Python egg metadata, regenerated from source files by setuptools -*.egg-info/ -*.egg-info/* -*.egg/ - -# Ignore Jupyter Notebook -.ipynb_checkpoints - -# Ignore VSCode directory -.vscode/ - -# Ignore JetBrains IDEs directory -.idea/ - -# Ignore MacOS directory -.DS_Store - -# Ignore other unwanted file -*.log -*.bak -*.swp -*.swo -*.swp - diff --git a/r_app/.gitignore b/r_app/.gitignore deleted file mode 100644 index ec29223..0000000 --- a/r_app/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# .gitignore - -# Ignore renv binary cache -renv/cache/ -renv - -# Ignore temporary files -*.tmp -*.swp -*.save - -# Ignore files related to Rproj -.Rproj.user/ -.Rhistory -.RData -.Rprofile -# Ignore OSX files -.DS_Store -CI_report_dashboard_planet_files/ -