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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# uv
uv.lock

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/

# pidriver runtime (isolated pi installs, sessions, workspaces)
.pi/
*.jsonl
scratch/

# Secrets (PyPI token, etc.)
.env
