Initial commit: Git OpenTimestamp hooks skill

This commit is contained in:
Otto 2026-03-08 00:12:45 +01:00
commit eec64d16c6
13 changed files with 1145 additions and 0 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# OpenTimestamp cache (local performance optimization)
.ots/.attestation-cache
# Packaged skill file
*.skill
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db