Files
astrbot_plugin_pubg/.gitignore
sakuradairong f6d0c7c26a refactor: restructure repo layout and improve code quality
- Flatten directory: move all plugin files from astrbot_plugin_pubg/ to root
- Add .gitignore, __init__.py, requirements.txt
- Fix metadata version to match code (1.3.0)
- Remove unused Any import and dead variable assignments
- Fix tempfile resource leak on save failure
- Add proper type hints (AstrBotConfig, PIL types)
- Prefix BAN_STATUS_LABELS with underscore for consistency
- Modernize type annotations with from __future__ import annotations
2026-05-17 15:11:25 +08:00

25 lines
186 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Virtual environment
.env
.venv/
venv/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Project specific
fonts/
*.png