# 敏感信息
.env
*.env

# Python
__pycache__/
*.pyc
venv/
env/

# 构建产物
*.egg-info/
dist/
build/
*.whl

# IDE
.vscode/
.idea/
*.swp

# 输出（可选，output 里是生成的插件，可以选择不提交）
# output/
