From 703f92d46cf745272258faade144a85ad601050e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Feb 2026 03:01:49 +0000 Subject: [PATCH] Add .gitignore for Python bytecode files https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a60b85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc