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 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 17:52:15 -04:00
parent 0ef72bcc53
commit df379eb509
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
*.pyc

View File

@@ -10,7 +10,7 @@ Compatible with TrueNAS (FreeBSD) and Linux.
Usage: Usage:
python3 es24n_conf.py 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, ui.py, serial_port.py, models.py, redfish.py,
workflow_serial.py, workflow_firmware.py workflow_serial.py, workflow_firmware.py
""" """