From 1365dde5c25e1865b82fbfea50208327d5e3a51c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 21 Jul 2025 23:56:34 +0300 Subject: cleanup --- .gitignore | 1 + test_bulk_formats.txt | 24 ------------------------ test_new.txt | 1 - test_pencil.txt | 1 - test_simple.txt | 3 --- words.txt | 6 ------ 6 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 test_bulk_formats.txt delete mode 100644 test_new.txt delete mode 100644 test_pencil.txt delete mode 100644 test_simple.txt delete mode 100644 words.txt diff --git a/.gitignore b/.gitignore index c59e3d2..0905820 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +coverage.out # Dependency directories (remove the comment below to include it) # vendor/ diff --git a/test_bulk_formats.txt b/test_bulk_formats.txt deleted file mode 100644 index 3d3427a..0000000 --- a/test_bulk_formats.txt +++ /dev/null @@ -1,24 +0,0 @@ -# Test file demonstrating all bulk import formats - -# Format 1: Bulgarian only (will be translated to English) -ябълка -котка -куче - -# Format 2: Both Bulgarian and English provided (no translation needed) -хляб = bread -вода = water -мляко = milk - -# Format 3: English only (will be translated to Bulgarian) -= table -= chair -= window - -# Mixed format example -книга = book -= computer -стол -прозорец = window -= pencil -молив \ No newline at end of file diff --git a/test_new.txt b/test_new.txt deleted file mode 100644 index 02be70b..0000000 --- a/test_new.txt +++ /dev/null @@ -1 +0,0 @@ -тест diff --git a/test_pencil.txt b/test_pencil.txt deleted file mode 100644 index c82ad28..0000000 --- a/test_pencil.txt +++ /dev/null @@ -1 +0,0 @@ -молив = pencil diff --git a/test_simple.txt b/test_simple.txt deleted file mode 100644 index c4aac7e..0000000 --- a/test_simple.txt +++ /dev/null @@ -1,3 +0,0 @@ -ябълка -котка = cat -= dog \ No newline at end of file diff --git a/words.txt b/words.txt deleted file mode 100644 index e8a53b5..0000000 --- a/words.txt +++ /dev/null @@ -1,6 +0,0 @@ -Прабаба, прадядо = ancestor -Тъща = mother-in-law from the woman’s side -Свекърва = mother-in-law from husband’s side -Кум, кума = best man/woman -Кръстник, кръстница = godfather, godmother -Кръщелник, кръщелница = the ones who is baptised -- cgit v1.2.3