# Override the inherited root .gitignore so the bundled Python wheel under
# python/dist/ ships with the npm tarball — the launcher (bin/verbumia-mcp.js)
# needs it for the uvx + pipx + ad-hoc-venv code paths.
#
# Whitelist is enforced by `files` in package.json; this file only stops
# npm from falling back to .gitignore for files inside that whitelist.

# Standard junk that should never go to npm regardless.
.DS_Store
*.log
__pycache__/
*.py[cod]
