feat: matrix-hermes project structure and Matrix authentication

This commit is contained in:
2026-05-23 11:38:00 -04:00
commit 017acc8253
14 changed files with 2152 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Byte-compiled / __pycache__
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
# Let egg-info stay if inside src/ — pip needs it. Better: just no.
*.egg-info/
dist/
build/
# Environment
.env
*.env.local
# Session files (contains tokens!)
matrix_sessions/
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db