Remove private task sources from public repository

This commit is contained in:
ajp_anton
2026-08-16 03:15:46 +00:00
parent 531992fe47
commit 6c15728ddb
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
local/ local/
python-tools/tasks/
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
+1 -2
View File
@@ -94,8 +94,7 @@ Included application:
Intended use: Intended use:
- Run reviewed, autonomous task scripts mounted at runtime, including metadata - Run reviewed, autonomous task scripts mounted at runtime.
extraction scripts that need ExifTool.
- Use the included task control panel. Its generic deployment example and - Use the included task control panel. Its generic deployment example and
application documentation are in `python-tools/`. application documentation are in `python-tools/`.
- Keep host systems clean by avoiding host-level package installs. - Keep host systems clean by avoiding host-level package installs.