gitextract_btxgpe73/ ├── .github/ │ ├── ISSUE_TEMPLATE.md │ └── workflows/ │ └── sync-md2notion-pr-merge.yml ├── .gitignore ├── LICENSE ├── README.md ├── docs/ │ ├── NestedTest/ │ │ └── nested_example.md │ └── example.md ├── git_notion/ │ ├── __init__.py │ ├── cli.py │ └── git_notion.py ├── requirements.in ├── setup.cfg ├── setup.py └── tests/ ├── __init__.py └── test_git_notion.py