Initial commit with test files

This commit is contained in:
Test User
2025-10-23 17:27:16 +02:00
commit 34d2d054af
3 changed files with 20 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
.venv/
madomeda.db
.env
__pycache__/
*.pyc
+5
View File
@@ -0,0 +1,5 @@
# Sample Document
This document has no frontmatter but should get one added.
Some content here about various topics.
+10
View File
@@ -0,0 +1,10 @@
---
Title: Test Document
Tag: Python, Machine-Learning, Data Science
---
# Test Document
This is a test markdown document with some content.
It has multiple paragraphs and should be processed correctly.