Improve UI and settings; ignore caches

This commit is contained in:
2026-02-19 19:37:57 +03:00
parent 36708967f7
commit 8656c4dac9
2 changed files with 418 additions and 190 deletions

6
.gitignore vendored
View File

@@ -2,3 +2,9 @@
/dist/
/build/
/.venv/
/.idea/
/.pytest_cache/
/__pycache__/
**/__pycache__/
*.pyc
*.log