# Python virtualenv for local development
.venv/
venv/

# Build / cache artefacts
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]
*.egg
*.whl

# Testing & linting caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/

# Generated daemon artefacts (local daemon state, never in the repo)
*.sock
keypair.json
runtime.yaml

# Binary build outputs
out/
.pyinstaller-workdir/
.pyinstaller-dist/
.venv-pyinstaller/
*.spec.toc
*.toc
*.pkg
*.exe
*.app/
