__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/
