# Hermes Skills Git Ignore # System files .DS_Store Thumbs.db # Hermes internal state .usage.json .usage.json.lock .bundled_manifest .curator_state .curator_backups/ .archive/ .hub/ # Temporary files *.tmp *.bak *.swp *~ \#*\# # Node modules (if any) node_modules/ # Python cache __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ # Jupyter .ipynb_checkpoints/ # IDE .vscode/ .idea/ *.sublime-workspace # Logs *.log