# Rust
target/
**/*.rs.bk

# Python / Kodi
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/

# Editor + OS
.vscode/
.idea/
*.swp
.DS_Store

# Build artifacts
*.zip
dist/
