# Local rclone config (contains secrets — never commit)
config/rclone/rclone.conf

# Docker build artifacts / runtime
.env
.docker/
webgui/data/

# Editor / OS cruft
.idea/
.vscode/
.history/
*~
.DS_Store
Thumbs.db

# Bash / Python
__pycache__/
*.pyc
