__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
# Python build output at repo root only — not the src/ndslive_mcp/build/ subpackage.
/build/
/dist/
.venv/
venv/
.env
.DS_Store
*.swp

# local artifacts during development
.work/
.cache/
out/
# local spec source zips — NDS Protected Material, never commit
_ext/

# Absolute paths once resolved inside the repo (e.g. /private/tmp on macOS)
# when a script mishandled WORK; spec-derived output must never land here.
/private/
