### macOS
# Finder metadata
.DS_Store

# Thumbnails
._*

# Custom folder icons
Icon


# Volume root files
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

### Xcode
# Xcode user settings
xcuserdata/

# Xcode build artifacts
build/
DerivedData/

# Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# Xcode state files
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint


### Swift
# Xcode user settings
xcuserdata/

# Xcode build data
DerivedData/

# Swift/Obj-C specific
*.hmap

# App packaging
*.ipa
*.dSYM.zip
*.dSYM

# Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
# Package.resolved
### ESPHome
# Build-Verzeichnis und Zustandsdaten; das Abbild wird aus der YAML erzeugt.
.esphome/
firmware/**/.esphome/
firmware/**/.pioenvs/

### Python
# Virtuelle Umgebungen gehören nicht ins Repo – sie sind maschinenabhängig
# und umfassen hier über 14000 Dateien.
.venv/
venv/
__pycache__/
*.pyc
