# Python
__pycache__/
*.py[cod]
.venv/
.ruff_cache/
.pytest_cache/
*.egg-info/
build/
.tox/
.mypy_cache/

# OS / editor
.DS_Store

# Node / build artifacts (web/ has its own .gitignore too)
node_modules/
web/dist/

# local scratch
*.log
server/probe-cache/
server/registry.json
server/exported-models/
