summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-21 23:36:11 +0300
committerPaul Buetow <paul@buetow.org>2025-07-21 23:36:11 +0300
commitf4996327d21b2a81817112cb1aee3f456fe648af (patch)
tree1d50ec915ddaa559ef4d41c74d22252fffc6c185
parent3ff28dc3fd3885610059690eca1b32efcea0b7b3 (diff)
fix
-rw-r--r--.gitignore21
-rw-r--r--README.md10
2 files changed, 2 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore
index 4a70ff3..c59e3d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,12 +21,6 @@ go.work.sum
# Build output
totalrecall
-# IDE files
-.idea/
-.vscode/
-*.swp
-*.swo
-
# OS files
.DS_Store
Thumbs.db
@@ -34,18 +28,3 @@ Thumbs.db
# Temporary files
*.tmp
*.temp
-
-# Audio cache (OpenAI TTS)
-.audio_cache/
-
-# Geberated cards data
-anki_cards
-
-# Configuration with API keys
-.totalrecall.yaml
-.image_cache/
-
-# Test output directories
-test_output/
-test_output2/
-test_phonetic/
diff --git a/README.md b/README.md
index 9ca084a..598877f 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,8 @@
It has mainly been vibe coded using Claude Code CLI.
-<p align="center">
- <img src="assets/totalrecall.png" alt="TotalRecall screens hot">
-</p>
-
-<p align="center">
- <a href="assets/audio.mp3">๐Ÿ”Š Computer / ะšะพะผะฟัŽั‚ัŠั€</a>
-</p>
-
+[<img src="assets/totalrecall.png" alt="TotalRecall screens hot">](assets/totalrecall.png)
+[๐Ÿ”Š Computer / ะšะพะผะฟัŽั‚ัŠั€](assets/audio.mp3)
โš ๏ธ **Important:** This tool uses OpenAI services for audio and image generation, which requires an API key. See [Quick Start](#quick-start) for setup instructions.