# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ *.egg *.whl # Virtual environments .venv/ venv/ env/ # uv .uv/ uv.lock # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Type checking .mypy_cache/ .ruff_cache/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # MeshBay runtime (never commit) hub_private.pem node_state.json bob_state.json *.key unlock.key testfile.bin hub.log hub.pid # POC ephemeral files poc/node_state.json poc/bob_state.json poc/testfile.bin