Stop tracking local AI assistant context

CLAUDE.md is a working note for the local editing setup, not project
documentation. This repository is publicly readable, so it does not belong in
the tree. The file stays on disk and is now ignored, together with the other
assistant context files.
This commit is contained in:
2026-08-14 22:32:47 +02:00
parent 52e55e112f
commit 6be6147c98
2 changed files with 7 additions and 21 deletions
+7
View File
@@ -8,3 +8,10 @@ venv/
dist/
.env
data/
# Local AI assistant context - not for publication
CLAUDE.md
AGENTS.md
GEMINI.md
.claude/
.cursor/
-21
View File
@@ -1,21 +0,0 @@
# CLAUDE.md — tüit Transkriptor
Desktop transcription tool. Python, no Docker.
## Key Commands
# Install dependencies
pip install -r requirements.txt
# Run
python main.py
# Run tests
pytest -v
# Trigger recording toggle via signal
pkill -USR1 -f main.py
## Architecture
See docs/plans/2026-04-01-desktop-transcription-design.md