__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/
*.whl
.venv/
*.egg
node_modules/

# Secrets — NEVER commit. PYPI_INSIGHTAID_KEY / NPM_INSIGHTAID_KEY live in
# /data_gpu/mcp/.env on dev machines; CI uses GitHub Actions secrets.
.env
.env.*
!.env.example
**/.env
**/.env.*
