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