Files
IRC-kosmi-relay/.gitignore
cottongin 9262ae79dd nailed it
2025-11-02 16:48:18 -05:00

54 lines
492 B
Plaintext

# Binaries
matterbridge
test-kosmi
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
.vscode/
.cursor/
# Config files with secrets
matterbridge.toml.local
*.secret.toml
.env
# Logs
*.log
logs/
# Build artifacts
dist/
build/
# Other
.examples/
chat-summaries/
bin/
# Persistent data directory (contains cached tokens)
data/