Files
ha-xiaoxiang-bms/.gitignore
T
2026-04-11 19:08:14 +02:00

37 lines
297 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
env/
# IDE / tools
.vscode/
.idea/
.claude/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Home Assistant
*.db
*.log
home-assistant_v2.db
# Testing
.pytest_cache/
.coverage
htmlcov/