summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.