# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ *.egg-info/ .eggs/ *.egg .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # Testing .coverage htmlcov/ .pytest_cache/ .mypy_cache/ # Secrets .env *.pem *_key ssh_host_* # OS .DS_Store Thumbs.db