From 257e0bc0c07d36cbe01d5cef59d4c285a8d05f1d Mon Sep 17 00:00:00 2001 From: Timon Date: Mon, 16 Feb 2026 10:53:00 +0100 Subject: [PATCH] chore: Update .gitignore to include additional Python, R, and temporary file patterns --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04de0ff..cf5b8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,14 @@ __pycache__/ *.pyc *.pyo +*.py[cod] +*.py[cod] +myenv/myenv/ +pip-wheel-metadata/ +dist/ +*.egg-info/ +*.egg/*.egg/ +.ipynb_checkpoints # R Output Files *.Rout @@ -16,6 +24,7 @@ __pycache__/ *.RData *.Rdata .Rproj.user +.Rprofile Rplots.pdf *.pdf @@ -48,15 +57,24 @@ reports/ # Experiment Outputs (temporary plots, analysis artifacts) python_app/harvest_detection_experiments/*/plots/ python_app/harvest_detection_experiments/*/*.ipynb_checkpoints/ +CI_report_dashboard_planet_files/ # Cache Files rosm.cache/ -*.cache +renv/cache/ # Logs *.log package_manager.log +# Temporary Files +*.tmp +*.save +*.bak +*.swp +*.swo +package_manager.log + # Laravel Storage (contains user data and outputs) laravel_app/storage/app/*/Data/ laravel_app/storage/app/*/reports/