From 546ff352b4b83283da59e85d622edbf90c8eeb58 Mon Sep 17 00:00:00 2001 From: DotNaos Date: Thu, 17 Apr 2025 13:21:08 +0200 Subject: [PATCH] rename uppercase subfolders to lowercase --- {Code => code}/pipeline-example/.gitignore | 0 {Code => code}/pipeline-example/.python-version | 0 .../pipeline-example/.vscode/settings.json | 0 {Code => code}/pipeline-example/README.md | 0 .../pipeline-example/docs/Python GenAI README.md | 0 {Code => code}/pipeline-example/docs/apidoc.md | 0 {Code => code}/pipeline-example/input/example.pdf | Bin {Code => code}/pipeline-example/main.py | 0 .../20250406_170841/clustered_rewritten_gemini.md | 0 .../20250406_171517/clustered_rewritten_gemini.md | 0 .../20250406_172825/clustered_rewritten_gemini.md | 0 .../20250410_093118/clustered_rewritten_gemini.md | 0 {Code => code}/pipeline-example/pyproject.toml | 0 {Code => code}/pipeline-example/uv.lock | 0 {Notes => notes}/06.03.25.md | 0 {Notes => notes}/17.02.25.md | 0 {Notes => notes}/20.02.25.md | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {Code => code}/pipeline-example/.gitignore (100%) rename {Code => code}/pipeline-example/.python-version (100%) rename {Code => code}/pipeline-example/.vscode/settings.json (100%) rename {Code => code}/pipeline-example/README.md (100%) rename {Code => code}/pipeline-example/docs/Python GenAI README.md (100%) rename {Code => code}/pipeline-example/docs/apidoc.md (100%) rename {Code => code}/pipeline-example/input/example.pdf (100%) rename {Code => code}/pipeline-example/main.py (100%) rename {Code => code}/pipeline-example/output/20250406_170841/clustered_rewritten_gemini.md (100%) rename {Code => code}/pipeline-example/output/20250406_171517/clustered_rewritten_gemini.md (100%) rename {Code => code}/pipeline-example/output/20250406_172825/clustered_rewritten_gemini.md (100%) rename {Code => code}/pipeline-example/output/20250410_093118/clustered_rewritten_gemini.md (100%) rename {Code => code}/pipeline-example/pyproject.toml (100%) rename {Code => code}/pipeline-example/uv.lock (100%) rename {Notes => notes}/06.03.25.md (100%) rename {Notes => notes}/17.02.25.md (100%) rename {Notes => notes}/20.02.25.md (100%) diff --git a/Code/pipeline-example/.gitignore b/code/pipeline-example/.gitignore similarity index 100% rename from Code/pipeline-example/.gitignore rename to code/pipeline-example/.gitignore diff --git a/Code/pipeline-example/.python-version b/code/pipeline-example/.python-version similarity index 100% rename from Code/pipeline-example/.python-version rename to code/pipeline-example/.python-version diff --git a/Code/pipeline-example/.vscode/settings.json b/code/pipeline-example/.vscode/settings.json similarity index 100% rename from Code/pipeline-example/.vscode/settings.json rename to code/pipeline-example/.vscode/settings.json diff --git a/Code/pipeline-example/README.md b/code/pipeline-example/README.md similarity index 100% rename from Code/pipeline-example/README.md rename to code/pipeline-example/README.md diff --git a/Code/pipeline-example/docs/Python GenAI README.md b/code/pipeline-example/docs/Python GenAI README.md similarity index 100% rename from Code/pipeline-example/docs/Python GenAI README.md rename to code/pipeline-example/docs/Python GenAI README.md diff --git a/Code/pipeline-example/docs/apidoc.md b/code/pipeline-example/docs/apidoc.md similarity index 100% rename from Code/pipeline-example/docs/apidoc.md rename to code/pipeline-example/docs/apidoc.md diff --git a/Code/pipeline-example/input/example.pdf b/code/pipeline-example/input/example.pdf similarity index 100% rename from Code/pipeline-example/input/example.pdf rename to code/pipeline-example/input/example.pdf diff --git a/Code/pipeline-example/main.py b/code/pipeline-example/main.py similarity index 100% rename from Code/pipeline-example/main.py rename to code/pipeline-example/main.py diff --git a/Code/pipeline-example/output/20250406_170841/clustered_rewritten_gemini.md b/code/pipeline-example/output/20250406_170841/clustered_rewritten_gemini.md similarity index 100% rename from Code/pipeline-example/output/20250406_170841/clustered_rewritten_gemini.md rename to code/pipeline-example/output/20250406_170841/clustered_rewritten_gemini.md diff --git a/Code/pipeline-example/output/20250406_171517/clustered_rewritten_gemini.md b/code/pipeline-example/output/20250406_171517/clustered_rewritten_gemini.md similarity index 100% rename from Code/pipeline-example/output/20250406_171517/clustered_rewritten_gemini.md rename to code/pipeline-example/output/20250406_171517/clustered_rewritten_gemini.md diff --git a/Code/pipeline-example/output/20250406_172825/clustered_rewritten_gemini.md b/code/pipeline-example/output/20250406_172825/clustered_rewritten_gemini.md similarity index 100% rename from Code/pipeline-example/output/20250406_172825/clustered_rewritten_gemini.md rename to code/pipeline-example/output/20250406_172825/clustered_rewritten_gemini.md diff --git a/Code/pipeline-example/output/20250410_093118/clustered_rewritten_gemini.md b/code/pipeline-example/output/20250410_093118/clustered_rewritten_gemini.md similarity index 100% rename from Code/pipeline-example/output/20250410_093118/clustered_rewritten_gemini.md rename to code/pipeline-example/output/20250410_093118/clustered_rewritten_gemini.md diff --git a/Code/pipeline-example/pyproject.toml b/code/pipeline-example/pyproject.toml similarity index 100% rename from Code/pipeline-example/pyproject.toml rename to code/pipeline-example/pyproject.toml diff --git a/Code/pipeline-example/uv.lock b/code/pipeline-example/uv.lock similarity index 100% rename from Code/pipeline-example/uv.lock rename to code/pipeline-example/uv.lock diff --git a/Notes/06.03.25.md b/notes/06.03.25.md similarity index 100% rename from Notes/06.03.25.md rename to notes/06.03.25.md diff --git a/Notes/17.02.25.md b/notes/17.02.25.md similarity index 100% rename from Notes/17.02.25.md rename to notes/17.02.25.md diff --git a/Notes/20.02.25.md b/notes/20.02.25.md similarity index 100% rename from Notes/20.02.25.md rename to notes/20.02.25.md