From 6c15728ddbc79ea82b86ec38cdfb1ffdf04937f1 Mon Sep 17 00:00:00 2001 From: ajp_anton Date: Sun, 16 Aug 2026 03:15:46 +0000 Subject: [PATCH] Remove private task sources from public repository --- .gitignore | 1 + README.md | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 963e43f..d0b2db6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ local/ +python-tools/tasks/ __pycache__/ *.py[cod] diff --git a/README.md b/README.md index dcca7a0..8e02f37 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,7 @@ Included application: Intended use: -- Run reviewed, autonomous task scripts mounted at runtime, including metadata - extraction scripts that need ExifTool. +- Run reviewed, autonomous task scripts mounted at runtime. - Use the included task control panel. Its generic deployment example and application documentation are in `python-tools/`. - Keep host systems clean by avoiding host-level package installs.