init: dec-music 项目初始化

This commit is contained in:
2026-05-23 12:55:48 +08:00
commit 21045d0aad
50 changed files with 3662 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# 编译产物
*.exe
*.exe~
*.dll
*.so
*.dylib
# IDE
.idea/
*.iml
*.swp
*.swo
*~
# SSH 密钥(私钥)
id_*
!id_*.pub
*.pem
*.ppk
# 测试数据文件
**/testdata/*.bin
*.out
*.test
coverage.*
# 系统文件
Thumbs.db
.DS_Store
# Go 工作区(如果将来使用)
go.work
go.work.sum