chore: remove unused import, add .gitignore

This commit is contained in:
2026-04-06 11:12:55 +02:00
parent 7c46ec3ae7
commit a3e2cb4d3b
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
__pycache__/
*.pyc
*.pyo
.pytest_cache/
-1
View File
@@ -1,6 +1,5 @@
import sys import sys
from PyQt6.QtWidgets import QApplication, QMainWindow from PyQt6.QtWidgets import QApplication, QMainWindow
from PyQt6.QtCore import Qt
def main(): def main():