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.