Initial commit: ap_ds 音频播放库 (Audio Player By DVS 原版)

This commit is contained in:
dvs
2026-08-27 19:13:25 +08:00
commit 646c1b11c8
16 changed files with 13099 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Python 缓存
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
.eggs/
# 版本/环境
.venv/
venv/
env/
.idea/
.vscode/
*.log
# 系统文件
Thumbs.db
.DS_Store
desktop.ini