chore: Commit remaining local settings and compiled bytecode
Includes the Python bytecode caches (already tracked in this repo) and the local Claude Code permission allowlist. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NVJc2XuTvqBHSuqotetseS
This commit is contained in:
@@ -5,7 +5,18 @@
|
|||||||
"Bash(python:*)",
|
"Bash(python:*)",
|
||||||
"Bash(build_exe.bat)",
|
"Bash(build_exe.bat)",
|
||||||
"Bash(cmd /c \"cd scripts && build_exe.bat\")",
|
"Bash(cmd /c \"cd scripts && build_exe.bat\")",
|
||||||
"Bash(dir:*)"
|
"Bash(dir:*)",
|
||||||
|
"Bash(python3 -c \"import PyQt5\")",
|
||||||
|
"Bash(python3 -c \"import selenium; print\\('selenium', selenium.__version__\\)\")",
|
||||||
|
"Bash(python3 -m pip --version)",
|
||||||
|
"Bash(curl -s https://pypi.org/pypi/PyQt5/json)",
|
||||||
|
"Bash(python3 -c ' *)",
|
||||||
|
"Bash(python3 -m venv .venv)",
|
||||||
|
"Bash(.venv/bin/pip install *)",
|
||||||
|
"Bash(.venv/bin/python -c ' *)",
|
||||||
|
"Bash(.venv/bin/python gui_main.py)",
|
||||||
|
"Skill(claude-in-chrome)",
|
||||||
|
"Bash(pkill -f \"gui_main.py\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
BIN
core/__pycache__/bookys_scraper.cpython-314.pyc
Normal file
BIN
core/__pycache__/bookys_scraper.cpython-314.pyc
Normal file
Binary file not shown.
BIN
core/__pycache__/bookys_thread.cpython-314.pyc
Normal file
BIN
core/__pycache__/bookys_thread.cpython-314.pyc
Normal file
Binary file not shown.
BIN
core/__pycache__/credentials.cpython-314.pyc
Normal file
BIN
core/__pycache__/credentials.cpython-314.pyc
Normal file
Binary file not shown.
BIN
core/__pycache__/scraper.cpython-314.pyc
Normal file
BIN
core/__pycache__/scraper.cpython-314.pyc
Normal file
Binary file not shown.
BIN
core/__pycache__/scraper_thread.cpython-314.pyc
Normal file
BIN
core/__pycache__/scraper_thread.cpython-314.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
gui/__pycache__/bookys_window.cpython-314.pyc
Normal file
BIN
gui/__pycache__/bookys_window.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gui/__pycache__/login_dialog.cpython-314.pyc
Normal file
BIN
gui/__pycache__/login_dialog.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gui/__pycache__/main_window.cpython-314.pyc
Normal file
BIN
gui/__pycache__/main_window.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gui/__pycache__/progress_dialog.cpython-314.pyc
Normal file
BIN
gui/__pycache__/progress_dialog.cpython-314.pyc
Normal file
Binary file not shown.
BIN
gui/__pycache__/startup_dialog.cpython-314.pyc
Normal file
BIN
gui/__pycache__/startup_dialog.cpython-314.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
utils/__pycache__/validators.cpython-314.pyc
Normal file
BIN
utils/__pycache__/validators.cpython-314.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user