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():