Skip to content

Commit c12cb4b

Browse files
committed
Remove deprecated files and update project structure for GUI application. Deleted .env.example, CLAUDE.md, and main_console.py. Introduced main.py as the new entry point for the GUI application. Updated .gitignore to reflect new file structure and added relevant documentation in README.md.
1 parent 45dd0b7 commit c12cb4b

File tree

10 files changed

+158
-288
lines changed

10 files changed

+158
-288
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ wheels/
1616
push_to_talk.log
1717
push_to_talk_config.json
1818

19-
.claude
20-
.ruff_cache
19+
# Claude
20+
.claude/
21+
CLAUDE.md
22+
23+
# Ruff
24+
.ruff_cache/

CLAUDE.md

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)