Files
Hermes-Skills/.gitignore
T
Hermes Skills Manager 6770bc9b9d Initial commit: Hermes Agent skills collection
- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
2026-07-05 02:31:15 -04:00

46 lines
438 B
Plaintext

# 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