gitextract_dk1lcxpo/ ├── .github/ │ ├── pull_request_template.md │ └── workflows/ │ └── link-checker.yml ├── .gitignore ├── .lycheeignore ├── .lycherc.toml ├── CONTRIBUTING.md ├── FEED_JSON.md ├── README.md ├── feed.json ├── run_tests.py ├── src/ │ ├── alphabetical.py │ ├── generate_feed.py │ ├── remove_emoji_in_readme.py │ ├── run_dup_report.py │ └── run_tests.py └── tests/ ├── test_alphabetical.py ├── test_emoji_detection.py ├── test_feed_json.py ├── test_fullstack_variants.py ├── test_main_e2e.py └── test_remove_emoji.py