initial commit

This commit is contained in:
2026-07-14 21:31:59 -07:00
commit bd79966218
61 changed files with 19379 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Local secrets and deployment configuration
.env
.env.*
!.env.example
config.toml
# JavaScript / TypeScript dependencies and generated output
node_modules/
**/node_modules/
dist/
**/dist/
*.tsbuildinfo
coverage/
# Rust build output
target/
**/target/
*.rs.bk
# Runtime state and logs
data/
*.log
*.pid
# Editor and operating-system files
.DS_Store
Thumbs.db
.idea/
.vscode/
# Only the vendored blivedm crate source and its manifests are required to
# compile the local patch. Exclude its upstream docs, examples and tooling.
vendor/blivedm/*
!vendor/blivedm/Cargo.toml
!vendor/blivedm/Cargo.lock
!vendor/blivedm/LICENSE
!vendor/blivedm/src/
!vendor/blivedm/src/**