Initial commit: 股吧人气指示器 - PySide6桌面悬浮工具

This commit is contained in:
2026-01-07 17:32:58 +08:00
commit 5b8b9ec35a
9 changed files with 1316 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 配置文件(包含敏感信息)
config.json
# 数据库
*.db
*.sqlite
# 日志
*.log
# 系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.bak