• Lisa's avatar
    Cleanup: remove orphaned duplicate code, add .gitignore · 9da6522b
    Lisa authored
      - Removed 102 lines of orphaned duplicate PosixComputerController class
      - Fixed code structure: PosixComputerController defined only once (lines 198-267)
      - Reduced file size from 658 to 556 lines
    
      - Added .gitignore for Python/Windows artifacts:
        * __pycache__/ and *.pyc
        * venv/, build/, dist/
        * *.bak, *.backup
        * windows/build/, windows/Output/
        * IDE files (.vscode, .idea)
    
      - Removed __pycache__ from git staging (no longer tracked)
    
    Documentation already present in README.md and windows/README.md.
    9da6522b
hermes_node_agent.py 23.2 KB