Add multi-selection and gitignore for pycache

Remove LC_SINGLE_SEL to enable shift/ctrl selection, and ignore
__pycache__ and .pyc files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 16:52:41 +00:00
parent 5f59b3dd4f
commit 2ce08cc091
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
*.pyc