# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
ENV/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
src/remote_cli/_version.py

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

# Operating System & Editors
.DS_Store
.AppleDouble
.LSOverride
._*
.idea/
.vscode/
*.swp
*.swo
*~

# remote-cli local runtime files
.remote-cli/
*.sock
*.pid
*.log
