初始化: collaplex音效 项目骨架 (venv + gitignore)

This commit is contained in:
lou
2026-09-19 17:07:19 +08:00
commit 4ca821011b
2 changed files with 19 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# 虚拟环境
.venv/
venv/
# Python
__pycache__/
*.pyc
# 构建与发布产物
build/
dist/
发布/
*.deb
# 本地状态与日志
*.log