# Custom
.deprecated/
logs/
runs/

# Field test and check reports. The JSON documents are the published
# artifacts — hub.plesty.net and manager.plesty.net read them, so they are
# committed. The markdown and JSONL forms are for whoever ran the test: they
# carry the host name, the instrument address, its serial and the lab's file
# paths, and a hub repository is world-readable.
# An interrupted `plesty init field-test` leaves its answers here.
.plesty-field-test.partial.json

reports/**/*.md
reports/**/*.jsonl
reports/*.md
reports/*.jsonl

# Auto-generated device reference pages (regenerated by `plesty docs`)
docs/_generated/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# C extensions and shared libraries
*.so
*.pyd
*.dll

# Packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/

# Local credentials — keep `.env.example` tracked, never the real `.env`
.env

# Virtual environments
.venv/
venv/
env/
ENV/
.uv_cache/

# Test and coverage outputs
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Logs and runtime files
*.log
*.pid

# IDE/editor
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db
