commit 614723f998d18921ea68a353402f75376cd83275 Author: Slawomir Koszewski Date: Fri Oct 31 22:42:29 2025 +0100 Initialized the repository. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0aa7c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Python +.venv +__pycache__/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..6900d4a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Markdown Docs Harvester + +This project is designed to harvest and process Markdown documentation files from Git repositories.