# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
wheels/

# Virtual environments
.venv/

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

# OS
.DS_Store
Thumbs.db

# Coverage / test
.coverage
htmlcov/
.pytest_cache/

# Environment
.env

# rclone
rclone.conf