working v1

This commit is contained in:
cottongin
2025-10-31 16:17:04 -04:00
parent e41402a963
commit 020daea391
71 changed files with 14793 additions and 1 deletions

41
.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# Git
.git
.gitignore
# Examples
.examples/
# Documentation
*.md
!README.md
# Test files
*_test.go
test-kosmi
# Build artifacts
matterbridge
*.exe
*.dll
*.so
*.dylib
# IDE
.vscode/
.cursor/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Chat summaries
chat-summaries/
# Temporary files
tmp/
temp/