# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment .venv/ venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # RDP Client specific rdp_client.log *.log # Backup files *.backup *.bak *.orig *~ # Test files test_*.sh *.before_* # Credentials (should not be committed) credentials.json *.cred # Connection logs rdp_client.log*