# baseline gitignore for MARKPUB
# for Obsidian.md vaults
.obsidian/*

# Python
__pycache__
venv

# Node
node_modules

# MARKPUB
.markpub/output/*

