impress_sig_mesh_hacs/.gitignore
impressionyang acd23e6f64 docs: 添加项目图标
- 添加 .asset/impress_sig_mesh_hacs.png 作为 HACS 集成图标
- 在 hacs.json 中配置 icon 字段
- 在 README.md 顶部显示图标
- 更新 .gitignore 仅保留图标文件

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 22:50:10 +08:00

77 lines
737 B
Plaintext

# 编译文件
__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/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
# 敏感信息
.git-credentials
.git_config.txt
*.pem
*.key
*.crt
.env
.env.local
# HACS 特定
RELEASE.md
changelog.md
CHANGELOG.md
.hacs/
# 资产文件(仅保留 PNG 图标)
.asset/*
!.asset/impress_sig_mesh_hacs.png
# 测试
.pytest_cache/
.coverage
htmlcov/
tests/fixtures/
*.mo
# Home Assistant 配置(用户个人配置不应提交)
configuration.yaml.bak
*.backup
# 临时文件
tmp/
temp/
*.tmp
*.bak