From a3e2cb4d3b539b4965e06beb66ded87228a3c0ec Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Mon, 6 Apr 2026 11:12:55 +0200 Subject: [PATCH] chore: remove unused import, add .gitignore --- .gitignore | 4 ++++ main.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4315742 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +*.pyo +.pytest_cache/ diff --git a/main.py b/main.py index 95418e7..0661efc 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,5 @@ import sys from PyQt6.QtWidgets import QApplication, QMainWindow -from PyQt6.QtCore import Qt def main():