# ── Not part of the manager ── site/ insurrect-us/ projects/ services/ setec-mgr/ setec-tools/ setup-vps.sh fix-remaining.sh ssh_cmd.py # ── Resources (keep logo only) ── resources/* !resources/setec_labs_logo.svg # ── Claude Code config (contains approved commands with secrets) ── .claude/ # ── Python ── __pycache__/ *.pyc *.pyo *.egg-info/ dist/ build/ *.egg venv/ .venv/ env/ # ── Config (contains user secrets) ── config.json *.key *.pem # ── Logs ── *.log # ── Compiled Go agent binary ── setec-web/agent/setec-agent # ── Node.js ── node_modules/ # ── IDE ── .vscode/ .idea/ *.swp *.swo *~ # ── OS ── .DS_Store Thumbs.db desktop.ini