diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259e1fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Generated output file from main.py +text_output_pyside6.py + +# Python cache +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environment +venv/ +.venv/ + +# IDE +.vscode/ +.idea/ + +# OS files +.DS_Store