# Python
__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
MANIFEST
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Local status / runtime
.cursor-agent-beacon/
themes/custom/*
!themes/custom/README.md
!themes/custom/example/
!themes/custom/example/**
firmware/viewe/data/**/*.png
config/hardware.env
*.log

# OS
.DS_Store
Thumbs.db
