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

# Virtual environments
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/
*.xml

# NiceGUI
.nicegui/

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

# Project-specific
bosch_config.json
*.log
