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:
@@ -8,3 +8,10 @@ venv/
|
||||
dist/
|
||||
.env
|
||||
data/
|
||||
|
||||
# Local AI assistant context - not for publication
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
GEMINI.md
|
||||
.claude/
|
||||
.cursor/
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user