chore: Update local settings and bookys bytecode

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NVJc2XuTvqBHSuqotetseS
This commit is contained in:
Louis Mylle
2026-07-29 10:22:51 +02:00
parent 37a6e2ad09
commit e33e6c8a53
2 changed files with 7 additions and 1 deletions

View File

@@ -16,7 +16,13 @@
"Bash(.venv/bin/python -c ' *)", "Bash(.venv/bin/python -c ' *)",
"Bash(.venv/bin/python gui_main.py)", "Bash(.venv/bin/python gui_main.py)",
"Skill(claude-in-chrome)", "Skill(claude-in-chrome)",
"Bash(pkill -f \"gui_main.py\")" "Bash(pkill -f \"gui_main.py\")",
"Bash(QT_QPA_PLATFORM=offscreen .venv/bin/python -c ' *)",
"Bash(git add *)",
"Bash(git pull *)",
"Bash(git stash *)",
"Bash(.venv/bin/python -c \"from core.bookys_scraper import CATEGORIES; print\\('categories:', list\\(CATEGORIES\\)\\)\")",
"Bash(git push *)"
] ]
} }
} }