# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# venv
.venv/
venv/
env/

# 测试 / 缓存
.pytest_cache/
.mypy_cache/
.ruff_cache/

# 会话与本地配置(不入库)
.nexforge/
*.jsonl

# 生成的图标位图
assets/icons/*.png

# IDE / OS
.idea/
.vscode/
.DS_Store
