fix: 修复 Socket.IO 命名冲突 + config.py 配置 + 添加 gitignore

This commit is contained in:
2026-03-14 21:00:34 +08:00
parent 6bafd21e02
commit f2caeadf05
4 changed files with 36 additions and 9 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.db
*.sqlite
.env