From 6be6147c98c6da2cb87996dfc5e4c7d978c271ae Mon Sep 17 00:00:00 2001 From: "thomas.kopp" Date: Fri, 14 Aug 2026 22:32:47 +0200 Subject: [PATCH] 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. --- .gitignore | 7 +++++++ CLAUDE.md | 21 --------------------- 2 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 CLAUDE.md diff --git a/.gitignore b/.gitignore index 36e402c..989cb8a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,10 @@ venv/ dist/ .env data/ + +# Local AI assistant context - not for publication +CLAUDE.md +AGENTS.md +GEMINI.md +.claude/ +.cursor/ diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 291bea9..0000000 --- a/CLAUDE.md +++ /dev/null @@ -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