# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
.pytest_cache/
.venv/
venv/

# Generated dev artifacts (regenerate with `paybito-build`)
# NOTE: src/paybito_mcp/data/model.json IS committed (shipped package data).
build/

# Node / TypeScript
node_modules/
typescript/dist/
typescript/*.tsbuildinfo

# TS data artifacts synced from the Python build (regenerate with `npm run sync`;
# included in the npm tarball via prepublishOnly + package.json "files").
typescript/data/
typescript/playbooks/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
