# Python build / cache
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env

# meshlog runtime data (append-only field logs) and Reticulum state
*.jsonl
.reticulum/

# tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store
