# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/

# uv
.uv-cache/

# Local configuration
config.yaml

# PyInstaller
build/
dist/
*.spec

# Logs and service output
*.log
logs/

# Windows
Thumbs.db
Desktop.ini
