From 76d67984f353757d293cb43598b645e9b7454513 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:55:26 -0500 Subject: git ignore --- .gitignore | 1 + __pycache__/main.cpython-311.pyc | Bin 3012 -> 0 bytes 2 files changed, 1 insertion(+) create mode 100644 .gitignore delete mode 100644 __pycache__/main.cpython-311.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/__pycache__/main.cpython-311.pyc b/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 31ab1b1..0000000 Binary files a/__pycache__/main.cpython-311.pyc and /dev/null differ -- cgit v1.2.3