From df379eb509e400a2ec79f2552a03f73e713351ee Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 17 Mar 2026 17:52:15 -0400 Subject: [PATCH] Fix stale docstring and add .gitignore Update module path reference in es24n_conf.py docstring to reflect that modules now live in es24n/ rather than the root directory. Add .gitignore to exclude __pycache__ and .pyc files. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 2 ++ es24n_conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a60b85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc diff --git a/es24n_conf.py b/es24n_conf.py index 445b272..367f206 100755 --- a/es24n_conf.py +++ b/es24n_conf.py @@ -10,7 +10,7 @@ Compatible with TrueNAS (FreeBSD) and Linux. Usage: python3 es24n_conf.py -All source files must be present in the same directory: +All files in the es24n/ subdirectory must be present: ui.py, serial_port.py, models.py, redfish.py, workflow_serial.py, workflow_firmware.py """