From ceb342a61b920fed4fbea2fea6e1c437a8272aee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:04:32 +0000 Subject: Add .gitignore and remove pycache files Co-authored-by: tranch <5999732+tranch@users.noreply.github.com> --- .gitignore | 29 ++++++++++++++++++++++++++ __pycache__/mock_decky_server.cpython-312.pyc | Bin 29089 -> 0 bytes 2 files changed, 29 insertions(+) create mode 100644 .gitignore delete mode 100644 __pycache__/mock_decky_server.cpython-312.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..782e811 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +*.egg-info/ +dist/ +build/ +*.egg + +# Testing +.pytest_cache/ +.coverage +htmlcov/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log diff --git a/__pycache__/mock_decky_server.cpython-312.pyc b/__pycache__/mock_decky_server.cpython-312.pyc deleted file mode 100644 index 5f59a82..0000000 Binary files a/__pycache__/mock_decky_server.cpython-312.pyc and /dev/null differ -- cgit v1.2.3