diff --git a/.gitignore b/.gitignore index c7899c9..7e23f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ playground/ misc/zed_installer.run clangd-linux-* +__pycache__/ +*.pyc +.venv/ +.ruff_cache/ +*.svo2 diff --git a/py_workspace/ogl_viewer/__pycache__/viewer.cpython-312.pyc b/py_workspace/ogl_viewer/__pycache__/viewer.cpython-312.pyc deleted file mode 100644 index 89d7722..0000000 Binary files a/py_workspace/ogl_viewer/__pycache__/viewer.cpython-312.pyc and /dev/null differ