GUI rework to Qt6
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,10 +1,19 @@
|
||||
.venv
|
||||
__pycache__
|
||||
.pytest_cache
|
||||
build
|
||||
.claude
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
build/
|
||||
.claude/
|
||||
.env
|
||||
|
||||
# Config a temp soubory
|
||||
*.!tag
|
||||
*.!ftag
|
||||
*.!gtag
|
||||
*.!gtag
|
||||
|
||||
# Documentation not to commit
|
||||
DESIGN_DOCUMENT.md
|
||||
AGENTS.md
|
||||
.claudeignore
|
||||
TEMPLATE.md
|
||||
Reference in New Issue
Block a user